 | WbTimeBefore Property |
This is preliminary documentation and is subject to change.
Number of units after 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 Before {
get;
}
Public ReadOnly Property Before As Integer
Get
Dim instance As WbTime
Dim value As Integer
value = instance.Before
public:
property int Before {
int get ();
}
member Before : int with
get
Property Value
Int32
See Also