Interface IClock
Namespace:App.Metrics
Assembly:cs.temp.dll.dll
Syntax
Properties
Nanoseconds
Declaration
long Nanoseconds { get; }
Property Value
| Type |
Description |
| System.Int64 |
|
Seconds
Declaration
Property Value
| Type |
Description |
| System.Int64 |
|
UtcDateTime
Declaration
DateTime UtcDateTime { get; }
Property Value
| Type |
Description |
| System.DateTime |
|
Methods
Advance(TimeUnit, Int64)
Declaration
void Advance(TimeUnit unit, long value)
Parameters
| Type |
Name |
Description |
| TimeUnit |
unit |
|
| System.Int64 |
value |
|
FormatTimestamp(DateTime)
Declaration
string FormatTimestamp(DateTime timestamp)
Parameters
| Type |
Name |
Description |
| System.DateTime |
timestamp |
|
Returns
| Type |
Description |
| System.String |
|
Events
Advanced
Declaration
event EventHandler Advanced
Event Type
| Type |
Description |
| System.EventHandler |
|