Timestamp
Represents timestamp.
Gets the current point in time.
Gets precise difference between the current point in time and this timestamp.
Gets the total elapsed time measured by the current instance, in milliseconds.
Gets the total elapsed time measured by the current instance, in timer ticks.
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.
Constructs timestamp from TimeSpan.
Adds the specified duration to the timestamp.
Determines whether the two timestamps are equal.
Gets TimeSpan representing the given timestamp.
Determines whether the first timestamp is greater than the second.
Determines whether the first timestamp is greater than or equal to the second.
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.
Gets a difference between two timestamps, in milliseconds.
Determines whether the current timestamp equals to the specified timestamp.