SBM ModScript Reference → Programming SBM ModScript → Object Types → TimeT
Stores a point in time as seconds in UnixEpoch format.
TimeT does not inherit from any object type.
Free functions that create a TimeT.
bool operator ==( TimeT v ): Returns true if both TimeTs represent the same moment in time.
Property | Type | Description |
---|---|---|
date |
int64 |
Number of seconds since midnight 1/1/1970 UTC (GMT). |
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.