Click or drag to resize

WbTimeTimeZone Property

This is preliminary documentation and is subject to change.

Time zone offset in minutes.

Namespace: WikiClientLibrary.Wikibase.DataTypes
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax
public int TimeZone {
	get;
 }

Property Value

Int32
Remarks

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