[This is preliminary documentation and is subject to change.]

The TimeZoneInfo type exposes the following properties.

Properties

  NameDescription
Public propertyApplyDst
Whether this timezone need to be applied.
Public propertyDstDur
Daylight saving duration in minutes, 0 denotes null in the database.
Public propertyFlDay
// Fall Day, Utils.Constants.NotAvailable denotes null in database, , legal values are 0(Sunday) - 6(Saturday).
Public propertyFlMon
Fall Month, Utils.Constants.NotAvailable denotes null in database.
Public propertyFlTimeMin
Fall minute in from the midnight.
Public propertyFlWeek
Fall Week, "" denotes null in database.
Public propertySprDay
Spring Day of Week, Utils.Constants.NotAvailable denotes null in the database, legal values are 0(Sunday) - 6(Saturday)
Public propertySprMon
Spring Month, Utils.Constants.NotAvailable denotes null in the database.
Public propertySprTimeMin
Spring minute from the midnight.
Public propertySprWeek
Spring Week, "" denotes null in database.
Public propertyTimeZoneId
Time zone id in the officeclip database, Utils.Constants.NotAvailable denotes uninitialized value .
Public propertyTimeZoneVal
The offset from the GMT in minutes.

See Also