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