Click or drag to resize

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
)

Parameters

timezone
Type: SystemObject
The Timezone ID, timezone object, or Timezone id as a string.

Return Value

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