C# Class AK.F1.Timing.Utility.SysClock

Provides uniform access to the system's clock. This class is .
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
Now ( ) : System.DateTime

Returns the current system time.

Ticks ( ) : System.TimeSpan

Gets the current tick count.

Method Details

Now() public static method

Returns the current system time.
public static Now ( ) : System.DateTime
return System.DateTime

Ticks() public static method

Gets the current tick count.
public static Ticks ( ) : System.TimeSpan
return System.TimeSpan