C# Class DotNetWorkQueue.Time.LocalMachineTime

Inheritance: BaseTime
Afficher le fichier Open project: blehnen/DotNetWorkQueue

Méthodes publiques

Méthode Description
LocalMachineTime ( ILogFactory log, BaseTimeConfiguration configuration ) : System

Initializes a new instance of the LocalMachineTime class.

Méthodes protégées

Méthode Description
GetTime ( ) : System.DateTime

Gets the time as a UTC date

Method Details

GetTime() protected méthode

Gets the time as a UTC date
protected GetTime ( ) : System.DateTime
Résultat System.DateTime

LocalMachineTime() public méthode

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.
Résultat System