C# Class DotNetWorkQueue.Time.LocalMachineTime

Inheritance: BaseTime
Mostrar archivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
LocalMachineTime ( ILogFactory log, BaseTimeConfiguration configuration ) : System

Initializes a new instance of the LocalMachineTime class.

Protected Methods

Method Description
GetTime ( ) : System.DateTime

Gets the time as a UTC date

Method Details

GetTime() protected method

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

LocalMachineTime() public method

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.
return System