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