TimeZoneFactoryGetDefaultTimeZoneAsync Method

Gets the default time zone for the application

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public Task<IdtTimeZone> GetDefaultTimeZoneAsync()

Return Value

TaskIdtTimeZone

Implements

ITimeZoneFactoryGetDefaultTimeZoneAsync

Remarks

If Initialized is false, the method will initialize the factory before returning a result

See Also