ITimeZoneFactoryGetDefaultTimeZoneAsync Method
Gets the default time zone for the application
Namespace: InnerDrive.TimeZonesAssembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
Task<IdtTimeZone> GetDefaultTimeZoneAsync()
Return Value
TaskIdtTimeZone If
Initialized is
false,
the method may return
Utc or
it may cause an initialization. See the individual factory class
for implementation.