FieldKernelGetTimezone Method |
Name | Description | |
---|---|---|
GetTimezone(Int32) |
Returns the TimeZone at the specified index.
Use timezoneID -1 to get the user's current timezone and timezoneID -2
to get the server's current timezone. If requesting the user's current timezone and it is not
known then the server's current timezone is returned instead. This behaviour matches that used
to resolve !fnNow().
| |
GetTimezone(Object) |
Returns the TimeZone at the specified index.
| |
GetTimezone(String) |
Returns the TimeZone at the specified index.
|