C# Класс AK.F1.Timing.Utility.SysClock

Provides uniform access to the system's clock. This class is .
Показать файл Открыть проект

Открытые методы

Метод Описание
Now ( ) : System.DateTime

Returns the current system time.

Ticks ( ) : System.TimeSpan

Gets the current tick count.

Описание методов

Now() публичный статический метод

Returns the current system time.
public static Now ( ) : System.DateTime
Результат System.DateTime

Ticks() публичный статический метод

Gets the current tick count.
public static Ticks ( ) : System.TimeSpan
Результат System.TimeSpan