IdtTimeZone Class

Extends the TimeZoneInfo to allow run-time configuration of arbitrary time zones.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public class IdtTimeZone
Inheritance
Object    IdtTimeZone

Constructors

IdtTimeZoneInitializes a new instance of the IdtTimeZone class

Properties

Abbreviation Gets the abbreviation of this IdtTimeZone for the current time.
Name Gets the name of this IdtTimeZone.
Utc Gets a time zone representing Universal Coordinated Time (UTC).

Methods

CorrectOffsets Corrects the offsets of a DateRange to ensure that the points of time in the date range are correctly in local time
CurrentInfo Gets information about the time zone as it appears as of time.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromWindowsZoneInfo Gets a time zone from a Windows zone information string.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetUtcOffset Returns the coordinated universal time (UTC) offset for the specified local time.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToLocalTime Returns the local time that corresponds to a specified coordinated universal time (UTC).
ToString Gets a string representation of this IdtTimeZone.
(Overrides ObjectToString)
ToUniversalTime Returns the Universal Coordinated Time (UTC) that corresponds to a specified local time.

Fields

DefaultMinimumYear Gets the earliest year for which time zone data may be calculated.
TimeChangeSymbolWildcard 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.

See Also