[This is preliminary documentation and is subject to change.]
The TimeTTime generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetHashCode |
Returns a hashcode for this time.
|
![]() | InitializeFrom |
Returns a timestamp initialized from the given pointstamp.
|
![]() | Join |
Computes the least upper bound of this and other, according to the
partial order defined on those times.
|
![]() | LessThan |
Returns true if and only if this time is less than or equal to the other
time, according to the partial order defined on those times.
|
![]() | Meet |
Computes the greatest lower bound of this and other, according to the
partial order defined on those times.
|
![]() | Populate |
Populates a Pointstamp from a typed timestamp.
|
See Also