FieldKernelGetTimezone Method (Object) |
Returns the
TimeZone at the specified index.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected TimeZone GetTimezone(
Object timezone
)
Protected Function GetTimezone (
timezone As Object
) As TimeZone
Parameters
- timezone
- Type: SystemObject
The Timezone ID, timezone object, or Timezone id as a string.
Return Value
Type:
TimeZoneReturns the
TimeZone at the specified index.
See Also