Timestamp
Represents timestamp.
Gets the current point in time.
Gets precise difference between the current point in time and this timestamp.
Gets a value indicating that the timestamp is zero.
Gets a value indcating that the current timestamp represents the future point in time.
Gets a value indcating that the current timestamp represents the past point in time.
Gets TimeSpan representing this timestamp.
public Timestamp()
Captures the current point in time.
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.
Updates the timestamp to the current point in time and prevents the proces from reordering memory operations.
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.