Timestamp
Represents timestamp.
Gets the current point in time.
Gets precise difference between the current point in time and this timestamp.
Gets TimeSpan representing this timestamp.
Adds the specified duration to the timestamp.
Determines whether the two timestamps are equal.
Determines whether the first timestamp is greater than the second.
Determines whether the first timestamp is greater than or equal to the second.
Gets TimeSpan representing the given timestamp.
Determines whether the two timestamps are equal.
Determines whether the first timestamp is less than the second.
Determines whether the first timestamp is less than or equal to the second.
Subtracts the specified duration from the timestamp.
Reads the timestamp and prevents the processor from reordering memory operations.
Writes the timestamp and prevents the proces from reordering memory operations.
Compares this timestamp with the given value.
Determines whether the current timestamp equals to the specified timestamp.