Click or drag to resize

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
)

Parameters

timezoneID
Type: SystemString
The Timezone ID

Return Value

Type: TimeZone
Returns the TimeZone at the specified index.
See Also