TimeZone GetName() Method

Gets the time zone name.

Function Signature

 string GetName()

Parameters

Parameter Type Description

None

Return

Type Description

string

The name of the time zone.

Technical Details

SBM ModScript version: 11.3.

Example

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

Result:

GMT-07:00

Notes

None.

Related Topics

TimeZone