TimeZone GetID() Method

Gets the time zone ID.

Function Signature

 string GetID()

Parameters

Parameter Type Description

None

Return

Type Description

string

The ID of the time zone.

Technical Details

SBM ModScript version: 11.3.

Example

var tz = CreateTimeZone("MST");
Ext.WriteStream( tz.GetId() );

Result:

MST

Notes

None.

Related Topics

TimeZone