Version

CustomTimeZoneInfoProvider Class Members

The following tables list the members exposed by CustomTimeZoneInfoProvider.

Public Constructors
 NameDescription
Public ConstructorCustomTimeZoneInfoProvider ConstructorCreates a new instnace of a CustomTimeZoneInfoProvider  
Public Properties
 NameDescription
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyLocalTimeZoneIdReturns or sets the Id for the local time zone (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Public PropertyLocalTimeZoneIdResolvedOverridden. Returns the id for the local time zone (read-only)  
Public PropertyLocalTokenReturns the token that represents the local time zone (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Public PropertyTimeZoneTokensReturns a read-only collection of time zone tokens (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Public PropertyUtcTimeZoneIdReturns or sets the id for the Utc time zone  
Public PropertyUtcTokenOverridden. Returns the token that represents the UTC time zone  
Public PropertyVersionReturns a version number that gets bumped when any change is made that affects time zone information (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Protected Properties
 NameDescription
Protected PropertyTokensReturns a collection of tokens. (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Public Methods
 NameDescription
Public MethodBeginUpdateSuspends bumping the TimeZoneInfoProvider.Version property until EndUpdate is called.  
Public MethodClearCachedValuesOverridden. Clears any values that have been cached so they can be re-created when needed  
Public MethodClearValueOverloaded. 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)
Public MethodCoerceValueCoerces 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)
Public MethodConvertLocalToUtcConverts the specified local time to universal time. (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Public MethodConvertTimeOverloaded. Overridden. Converts a DateTime from one time zone to another  
Public MethodConvertUtcToLocalConverts the specified universal time to local time. (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Public MethodEndUpdateRestores the bumping of the TimeZoneInfoProvider.Version property.  
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetAdjustmentRulesOverridden. Returns an array of adjustment rules for the time zone  
Public MethodGetAmbiguousTimeOffsetsOverloaded. Overridden. Gets the ambiguous time offsets for a time when a daylight time transition is occuring  
Public MethodGetBaseUtcOffsetOverridden. Returns the base offset to utc time (when not in daylight saving time)  
Public MethodGetDaylightNameOverridden. Returns the display name for the time zone  
Public MethodGetDisplayNameOverridden. Returns the display name for the time zone  
Public MethodGetExportIdOverridden. Returns the export id for the time zone  
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetStandardNameOverridden. Returns the display name for the time zone  
Public MethodGetTimeZoneTokenOverloaded. Returns the TimeZoneToken for the time zone (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Public MethodGetUtcOffsetOverloaded. Overridden. Returns the offset to convert a date time to Utc time  
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodIsAmbiguousTimeOverloaded. Overridden. Determines if a DateTime is ambiguous, i.e. it is within a daylight time transition  
Public MethodIsDaylightSavingsTimeOverloaded. Overridden. Determines if a DateTime is within a daylight savings adjustment period  
Public MethodIsInvalidTimeOverloaded. Overridden. Determines if a DateTime is invalid  
Public MethodIsValidTimeZoneIdOverridden. Determines if a string is a valid time zone id  
Public MethodLoadFromXmlOverloaded. Loads all the time zone definition information from an xml string  
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodRegisterCustomTimeZoneRegisters a custom time zone  
Public MethodSaveToXmlOverloaded. Saves all the time zone definition information as xml (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public MethodSupportsDayLightSavingsTimeOverridden. Returns true if the time zone supports daylight savings time  
Public MethodTryGetTimeZoneTokenTries to get the TimeZoneToken for the time zone safely (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Protected Methods
 NameDescription
Protected MethodBumpVersionOverridden. Should be called whenever any time zone information has changed  
Protected MethodCreateTimeZoneDefinitionCreates and returns an instance of a TimeZoneInfoProvider.TimeZoneDefinition (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Protected MethodCreateTokenCreates an returns a TimeZoneToken (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Protected MethodGetTimeZoneDefinitionsOverridden. Returns a read-only collection of TimeZoneInfoProvider.TimeZoneDefinition objects  
Protected MethodGetUtcOffsetForDateTimeGets the Utc offset for a specific date time (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Protected MethodIsAmbiguousOverloaded. Returns whether a time is ambiguous, i.e. it it at a daylight savings transition (Inherited from Infragistics.Controls.Schedules.Services.TimeZoneInfoProvider)
Protected MethodOnPropertyChangedOverloaded. Used to raise the PropertyChanged event for the specified property name. (Inherited from Infragistics.DependencyObjectNotifier)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.DependencyObjectNotifier)
See Also