| TimeZoneTimeZoneAt Method  | 
 
            Returns a time zone at given index.
            
 
    Namespace: 
   Rhino.Render
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 6.0
 Syntax
Syntaxpublic static TimeZone TimeZoneAt(
	int index
)
Public Shared Function TimeZoneAt ( 
	index As Integer
) As TimeZone
Parameters
- index
- Type: SystemInt32
 index.
Return Value
Type: 
TimeZoneTime zone at index.
 See Also
See Also