 | WbTimeAfter Property |
This is preliminary documentation and is subject to change.
Number of units before the given time it could be, if uncertain. The unit is given by the precision.
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic int After {
get;
}
Public ReadOnly Property After As Integer
Get
Dim instance As WbTime
Dim value As Integer
value = instance.After
public:
property int After {
int get ();
}
member After : int with
get
Property Value
Int32
See Also