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

The TimeZoneInfo type exposes the following members.

Constructors

  NameDescription
Public methodTimeZoneInfo

Methods

  NameDescription
Public methodDump
Converts, the object into string (for debugging purposes)
Public methodEqualsOverloaded.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
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.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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, Constants.NotAvailable denotes null in database, , legal values are 0(Sunday) - 6(Saturday).
Public propertyFlMon
Fall Month, 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, Constants.NotAvailable denotes null in the database, legal values are 0(Sunday) - 6(Saturday)
Public propertySprMon
Spring Month, 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, Constants.NotAvailable denotes uninitialized value .
Public propertyTimeZoneVal
The offset from the GMT in minutes.

See Also