Click or drag to resize

TimeZoneFactoryDefaultTimeZone Method

Gets the default time zone for the application

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.0.8475.0
Syntax
C#
public Task<IdtTimeZone> DefaultTimeZone()

Return Value

TaskIdtTimeZone

Implements

ITimeZoneFactoryDefaultTimeZone
Remarks
If Initialized is false, the method will initialize the factory before returning a result
See Also