SBM ModScript Reference → Programming SBM ModScript → Object Types → TimeZone → TimeZone GetName() Method
Gets the time zone name.
| Parameter | Type | Description |
|---|---|---|
|
None |
| Type | Description |
|---|---|
|
string |
The name of the time zone. |
SBM ModScript version: 11.3.
var tz = CreateTimeZone("MST");
Ext.WriteStream( tz.GetName() );
Result:
GMT-07:00
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.