C# 클래스 Google.Api.Gax.SystemClock

A singleton implementation of IClock which delegates to the BCL DateTime.UtcNow property.
상속: IClock
파일 보기 프로젝트 열기: googleapis/gax-dotnet

공개 메소드들

메소드 설명
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