TimeStamp
Constructors
No public constructors defined
Methods
| Boolean op_GreaterThan(TimeStamp timeStamp0,TimeStamp timeStamp1) | stability index:1 |
|---|---|
| Return Value: Return true if the first time stamp was created later than the second time steamp, or false otherwise. | |
| The public usage of time stamps should be restricted to these methods used to ensure an ordering on timestamps | |
| timeStamp0 | |
| The first time stamp in comparison. | |
| timeStamp1 | |
| The second time stamp in comparison. |
| Boolean op_LessThan(TimeStamp timeStamp0,TimeStamp timeStamp1) | stability index:1 |
|---|---|
| Return Value: Return true if the first time stamp was created earlier than the second time steamp, or false otherwise. | |
| The public usage of time stamps should be restricted to these methods used to ensure an ordering on timestamps | |
| timeStamp0 | |
| The first time stamp in comparison. | |
| timeStamp1 | |
| The second time stamp in comparison. |