[This is preliminary documentation and is subject to change.]
The TimeZoneInfo type exposes the following properties.
Properties
| Name | Description | |
|---|---|---|
| ApplyDst |
Whether this timezone need to be applied.
| |
| DstDur |
Daylight saving duration in minutes, 0 denotes null in the database.
| |
| FlDay |
// Fall Day, Utils.Constants.NotAvailable denotes null in database, , legal values are 0(Sunday) - 6(Saturday).
| |
| FlMon |
Fall Month, Utils.Constants.NotAvailable denotes null in database.
| |
| FlTimeMin |
Fall minute in from the midnight.
| |
| FlWeek |
Fall Week, "" denotes null in database.
| |
| SprDay |
Spring Day of Week, Utils.Constants.NotAvailable denotes null in the database,
legal values are 0(Sunday) - 6(Saturday)
| |
| SprMon |
Spring Month, Utils.Constants.NotAvailable denotes null in the database.
| |
| SprTimeMin |
Spring minute from the midnight.
| |
| SprWeek |
Spring Week, "" denotes null in database.
| |
| TimeZoneId |
Time zone id in the officeclip database,
Utils.Constants.NotAvailable denotes uninitialized value .
| |
| TimeZoneVal |
The offset from the GMT in minutes.
|
