Click or drag to resize

IdtTimeZone Class

Extends the TimeZoneInfo to allow run-time configuration of arbitrary time zones.
Inheritance Hierarchy
SystemObject
  InnerDrive.TimeZonesIdtTimeZone

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.0.8475.0
Syntax
C#
public class IdtTimeZone

The IdtTimeZone type exposes the following members.

Constructors
 NameDescription
Public methodIdtTimeZoneInitializes a new instance of the IdtTimeZone class
Top
Properties
 NameDescription
Public propertyAbbreviation Gets the abbreviation of this IdtTimeZone for the current time.
Public propertyName Gets the name of this IdtTimeZone.
Public propertyStatic memberUtc Gets a time zone representing Universal Coordinated Time (UTC).
Top
Methods
 NameDescription
Public methodCorrectOffsets Corrects the offsets of a DateRange to ensure that the points of time in the date range are correctly in local time
Public methodCurrentInfo Gets information about the time zone as it appears as of time.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFromWindowsZoneInfo Gets a time zone from a Windows zone information string.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUtcOffset Returns the coordinated universal time (UTC) offset for the specified local time.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToLocalTime Returns the local time that corresponds to a specified coordinated universal time (UTC).
Public methodToString Gets a string representation of this IdtTimeZone.
(Overrides ObjectToString)
Public methodToUniversalTime Returns the Universal Coordinated Time (UTC) that corresponds to a specified local time.
Top
Fields
 NameDescription
Public fieldStatic memberDefaultMinimumYear Gets the earliest year for which time zone data may be calculated.
Public fieldStatic memberTimeChangeSymbolWildcard Gets the symbol used for time change rules to show where to place the change-rule symbol; i.e., "C%sT" becomes "CDT" or "CST" as appropriate.
Top
See Also