Click or drag to resize

FieldKernelGetTimezone Method

Overload List
  NameDescription
Protected methodGetTimezone(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().
Protected methodGetTimezone(Object)
Returns the TimeZone at the specified index.
Protected methodGetTimezone(String)
Returns the TimeZone at the specified index.
Top
See Also