[This is preliminary documentation and is subject to change.]
The IterationInTTime generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompareTo |
Compares this timestamp with the other timestamp.
| |
Equals |
Returns true if and only if this timestamp is equal to the other
timestamp.
| |
GetHashCode |
Returns a hashcode for this epoch.
(Overrides ValueTypeGetHashCode.) | |
InitializeFrom |
Returns a timestamp initialized from the given pointstamp.
| |
Join |
Returns the later of this and the other timestamps.
| |
LessThan |
Returns true if and only if this timestamp is less than or equal to the other
timestamp.
| |
Meet |
Returns the earlier of this and the other timestamps.
| |
Populate |
Populates a Pointstamp from this timestamp.
| |
ToString |
Returns a string representation of this timestamp.
(Overrides ValueTypeToString.) |
See Also