C# 클래스 DotNetWorkQueue.Time.LocalMachineTime

상속: BaseTime
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
LocalMachineTime ( ILogFactory log, BaseTimeConfiguration configuration ) : System

Initializes a new instance of the LocalMachineTime class.

보호된 메소드들

메소드 설명
GetTime ( ) : System.DateTime

Gets the time as a UTC date

메소드 상세

GetTime() 보호된 메소드

Gets the time as a UTC date
protected GetTime ( ) : System.DateTime
리턴 System.DateTime

LocalMachineTime() 공개 메소드

Initializes a new instance of the LocalMachineTime class.
public LocalMachineTime ( ILogFactory log, BaseTimeConfiguration configuration ) : System
log ILogFactory The log.
configuration DotNetWorkQueue.Configuration.BaseTimeConfiguration The configuration.
리턴 System