Click or drag to resize

ITimeZoneFactory Interface

Creates IdtTimeZone classes as required by the running application.

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

The ITimeZoneFactory type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of time zone rules currently loaded in the TimeZoneFactory.
Public propertyInitialized Gets or sets an indication of whether the TimeZoneFactory has been initialized.
Public propertyThrowOnFailure If True (default), causes the class to throw an exception if the data cannot be parsed.
Public propertyZoneNames Gets the list of zone names that the TimeZoneFactory has knowledge of.
Top
Methods
 NameDescription
Public methodClear Clears the cache of all time zone information.
Public methodContains Gets an indication of whether the TimeZoneFactory contains a specific IdtTimeZone.
Public methodDefaultTimeZone Gets the default time zone for the application
Public methodFind Gets a IdtTimeZone from the cache.
Public methodInitialize Initializes the factory
Top
See Also