Inner Drive Extensible Architecture
C#
Show/Hide TOC
Time
Zone
Factory
Get
Default
Time
Zone
Async 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#
Copy
public
Task
<
IdtTimeZone
>
GetDefaultTimeZoneAsync
()
Return Value
Task
IdtTimeZone
Implements
ITimeZoneFactory
GetDefaultTimeZoneAsync
Remarks
If
Initialized
is
false
, the method will initialize the factory before returning a result
See Also
Reference
TimeZoneFactory Class
InnerDrive.TimeZones Namespace
In This Article
Definition
Return Value
Implements
Remarks
See Also