FieldKernelGetTimezone Method (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().
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected TimeZone GetTimezone(
int timezoneID
)
Protected Function GetTimezone (
timezoneID As Integer
) As TimeZone
Parameters
- timezoneID
- Type: SystemInt32
The Timezone ID
Return Value
Type:
TimeZoneReturns the
TimeZone at the specified index.
See Also