FieldKernelGetTimezone Method (String) |
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(
string timezoneID
)
Protected Function GetTimezone (
timezoneID As String
) As TimeZone
Parameters
- timezoneID
- Type: SystemString
The Timezone ID
Return Value
Type:
TimeZoneReturns the
TimeZone at the specified index.
See Also