| WbTimeTimeZone Property |
This is preliminary documentation and is subject to change.
Time zone offset in minutes.
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public int TimeZone {
get;
}
Public ReadOnly Property TimeZone As Integer
Get
Dim instance As WbTime
Dim value As Integer
value = instance.TimeZone
public:
property int TimeZone {
int get ();
}
member TimeZone : int with
get
Property Value
Int32Remarks Timezone information is given in three different ways depending on the time:
- Times after the implementation of UTC (1972): as an offset from UTC in minutes;
- Times before the implementation of UTC: the offset of the time zone from universal time;
- Before the implementation of time zones: The longitude of the place of
the event, in the range −180° to 180°, multiplied by 4 to convert to minutes.
See Also