C# Класс Google.Api.Gax.SystemClock

A singleton implementation of IClock which delegates to the BCL DateTime.UtcNow property.
Наследование: IClock
Показать файл Открыть проект

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

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

Returns the current date and time in UTC, using DateTime.UtcNow.

Приватные методы

Метод Описание
SystemClock ( ) : System

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

GetCurrentDateTimeUtc() публичный Метод

Returns the current date and time in UTC, using DateTime.UtcNow.
public GetCurrentDateTimeUtc ( ) : System.DateTime
Результат System.DateTime