System.TimeZoneInfo Members

The members of System.TimeZoneInfo are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
BaseUtcOffsetTimeSpan. Documentation for this section has not yet been entered.
[read-only]
DaylightNamestring. Documentation for this section has not yet been entered.
[read-only]
DisplayNamestring. Documentation for this section has not yet been entered.
[read-only]
Idstring. Documentation for this section has not yet been entered.
[read-only]
static
LocalTimeZoneInfo. Documentation for this section has not yet been entered.
[read-only]
StandardNamestring. Documentation for this section has not yet been entered.
[read-only]
SupportsDaylightSavingTimebool. Documentation for this section has not yet been entered.
[read-only]
static
UtcTimeZoneInfo. Documentation for this section has not yet been entered.

Public Methods

static
ClearCachedData()
Documentation for this section has not yet been entered.
static
ConvertTime(DateTime, TimeZoneInfo) : DateTime
Documentation for this section has not yet been entered.
static
ConvertTime(DateTimeOffset, TimeZoneInfo) : DateTimeOffset
Documentation for this section has not yet been entered.
static
ConvertTime(DateTime, TimeZoneInfo, TimeZoneInfo) : DateTime
Documentation for this section has not yet been entered.
static
ConvertTimeBySystemTimeZoneId(DateTime, string) : DateTime
Documentation for this section has not yet been entered.
static
ConvertTimeBySystemTimeZoneId(DateTimeOffset, string) : DateTimeOffset
Documentation for this section has not yet been entered.
static
ConvertTimeBySystemTimeZoneId(DateTime, string, string) : DateTime
Documentation for this section has not yet been entered.
static
ConvertTimeFromUtc(DateTime, TimeZoneInfo) : DateTime
Documentation for this section has not yet been entered.
static
ConvertTimeToUtc(DateTime) : DateTime
Documentation for this section has not yet been entered.
static
ConvertTimeToUtc(DateTime, TimeZoneInfo) : DateTime
Documentation for this section has not yet been entered.
static
CreateCustomTimeZone(string, TimeSpan, string, string) : TimeZoneInfo
Documentation for this section has not yet been entered.
static
CreateCustomTimeZone(string, TimeSpan, string, string, string, TimeZoneInfo.AdjustmentRule[]) : TimeZoneInfo
Documentation for this section has not yet been entered.
static
CreateCustomTimeZone(string, TimeSpan, string, string, string, TimeZoneInfo.AdjustmentRule[], bool) : TimeZoneInfo
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
Equals(TimeZoneInfo) : bool
Documentation for this section has not yet been entered.
static
FindSystemTimeZoneById(string) : TimeZoneInfo
Documentation for this section has not yet been entered.
static
FromSerializedString(string) : TimeZoneInfo
Documentation for this section has not yet been entered.
GetAdjustmentRules() : TimeZoneInfo.AdjustmentRule[]
Documentation for this section has not yet been entered.
GetAmbiguousTimeOffsets(DateTime) : TimeSpan[]
Documentation for this section has not yet been entered.
GetAmbiguousTimeOffsets(DateTimeOffset) : TimeSpan[]
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
GetSystemTimeZones() : System.Collections.ObjectModel.ReadOnlyCollection<TimeZoneInfo>
Documentation for this section has not yet been entered.
GetUtcOffset(DateTime) : TimeSpan
Documentation for this section has not yet been entered.
GetUtcOffset(DateTimeOffset) : TimeSpan
Documentation for this section has not yet been entered.
HasSameRules(TimeZoneInfo) : bool
Documentation for this section has not yet been entered.
IsAmbiguousTime(DateTime) : bool
Documentation for this section has not yet been entered.
IsAmbiguousTime(DateTimeOffset) : bool
Documentation for this section has not yet been entered.
IsDaylightSavingTime(DateTime) : bool
Documentation for this section has not yet been entered.
IsDaylightSavingTime(DateTimeOffset) : bool
Documentation for this section has not yet been entered.
IsInvalidTime(DateTime) : bool
Documentation for this section has not yet been entered.
ToSerializedString() : string
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Runtime.Serialization.ISerializable.GetObjectDataDocumentation for this section has not yet been entered.
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationDocumentation for this section has not yet been entered.