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