SBM ModScript Reference → Programming SBM ModScript → Object Types → TimeT → TimeT TruncateToDateOnly() Method
Rounds date down to midnight UTC.
| Parameter | Type | Description | 
|---|---|---|
| None | 
| Type | Description | 
|---|---|
| None | 
SBM ModScript version: 11.4.
var t = TimeT(1545721199ll);
t.TruncateToDateOnly();
Ext.WriteStream( t.FormatDateText( "EEEE, MMMM d, yyyy h:mm:ss a z", 
    CreateUTCTimeZone(), CreateLocale("en_UK") ) );
 
      Result:
Tuesday, December 25, 2018 12:00:00 AM GMT+00:00
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.