The following tables list the members exposed by TimeZoneInfoProvider.
Name | Description | |
---|---|---|
LocalTimeZoneIdProperty | Identifies the LocalTimeZoneId dependency property | |
VersionProperty | Identifies the read-only Version dependency property |
Name | Description | |
---|---|---|
DefaultProvider | Returns a static instance of a TimeZoneInfoProvider pre-loaded with default time zone information | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
LocalTimeZoneId | Returns or sets the Id for the local time zone | |
LocalTimeZoneIdResolved | Returns the id for the local time zone (read-only) | |
LocalToken | Returns the token that represents the local time zone | |
TimeZoneTokens | Returns a read-only collection of time zone tokens | |
UtcToken | Returns the token that represents the UTC time zone | |
Version | Returns a version number that gets bumped when any change is made that affects time zone information |
Name | Description | |
---|---|---|
Tokens | Returns a collection of tokens. |
Name | Description | |
---|---|---|
ClearCachedValues | Clears any values that have been cached so they can be re-created when needed | |
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
ConvertLocalToUtc | Converts the specified local time to universal time. | |
ConvertTime | Overloaded. Converts a DateTime from one time zone to another | |
ConvertUtcToLocal | Converts the specified universal time to local time. | |
Equals | (Inherited from System.Windows.DependencyObject) | |
GetAdjustmentRules | Returns an array of adjustment rules for the time zone | |
GetAmbiguousTimeOffsets | Overloaded. Gets the ambiguous time offsets for a time when a daylight time transition is occuring | |
GetBaseUtcOffset | Returns the base offset to utc time (when not in daylight saving time) | |
GetDaylightName | Returns the display name for the time zone | |
GetDisplayName | Returns the display name for the time zone | |
GetExportId | Returns the export id for the time zone | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetStandardName | Returns the display name for the time zone | |
GetTimeZoneToken | Overloaded. Returns the TimeZoneToken for the time zone | |
GetUtcOffset | Overloaded. Returns the offset to convert a dateTime time to Utc time | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
IsAmbiguousTime | Overloaded. Determines if a DateTime is ambiguous, i.e. it is within a daylight time transition | |
IsDaylightSavingsTime | Overloaded. Determines if a DateTime is within a daylight savings adjustment period | |
IsInvalidTime | Overloaded. Determines if a DateTime is invalid | |
IsValidTimeZoneId | Determines if a string is a valid time zone id | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SaveToXml | Overloaded. Saves all the time zone definition information as xml | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) | |
SupportsDayLightSavingsTime | Returns true if the time zone supports daylight savings time | |
TryGetTimeZoneToken | Tries to get the TimeZoneToken for the time zone safely |
Name | Description | |
---|---|---|
BumpVersion | Should be called whenever any time zone information has changed | |
CreateTimeZoneDefinition | Creates and returns an instance of a TimeZoneInfoProvider.TimeZoneDefinition | |
CreateToken | Creates an returns a TimeZoneToken | |
GetTimeZoneDefinitions | Returns a read-only collection of TimeZoneInfoProvider.TimeZoneDefinition objects | |
GetUtcOffsetForDateTime | Gets the Utc offset for a specific date time | |
IsAmbiguous | Overloaded. Returns whether a time is ambiguous, i.e. it it at a daylight savings transition | |
OnPropertyChanged | Overloaded. Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from Infragistics.DependencyObjectNotifier) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.DependencyObjectNotifier) |