[This is preliminary documentation and is subject to change.]
The TimeZoneInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TimeZoneInfo |
Methods
Name | Description | |
---|---|---|
![]() | Dump |
Converts, the object into string (for debugging purposes)
|
![]() | Equals | Overloaded. |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
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, Constants.NotAvailable denotes null in database, , legal values are 0(Sunday) - 6(Saturday).
|
![]() | FlMon |
Fall Month, 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, Constants.NotAvailable denotes null in the database,
legal values are 0(Sunday) - 6(Saturday)
|
![]() | SprMon |
Spring Month, 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,
Constants.NotAvailable denotes uninitialized value .
|
![]() | TimeZoneVal |
The offset from the GMT in minutes.
|