App Metrics Fork me on GitHub
Show / Hide Table of Contents

Interface IClock

Namespace:App.Metrics
Assembly:cs.temp.dll.dll
Syntax
public interface IClock

Properties

Nanoseconds

Declaration
long Nanoseconds { get; }
Property Value
Type Description
System.Int64

Seconds

Declaration
long Seconds { get; }
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
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX