| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
Int32See Also