Click or drag to resize

TimeZoneTimeZoneAt Method

Returns a time zone at given index.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static TimeZone TimeZoneAt(
	int index
)

Parameters

index
Type: SystemInt32
index.

Return Value

Type: TimeZone
Time zone at index.
See Also