Struct ValueStopwatch
Implements
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public readonly struct ValueStopwatch : IEquatable<ValueStopwatch>
Properties
| Name | Description |
|---|---|
| Elapsed | |
| ElapsedMilliseconds | |
| ElapsedTicks |
Methods
| Name | Description |
|---|---|
| Equals(ValueStopwatch) | |
| Equals(object) | |
| GetElapsedTime() | |
| GetElapsedTime(long, long) | |
| GetHashCode() | |
| GetTimestamp() | |
| StartNew() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(ValueStopwatch, ValueStopwatch) | |
| operator !=(ValueStopwatch, ValueStopwatch) |