C# Class Database.TimeService

Mostrar archivo Open project: bouvet/BBR2015

Public Properties

Property Type Description
GetNow Func

Public Methods

Method Description
AddSeconds ( int seconds ) : void
ResetToRealTime ( ) : void

Method Details

AddSeconds() public static method

public static AddSeconds ( int seconds ) : void
seconds int
return void

ResetToRealTime() public static method

public static ResetToRealTime ( ) : void
return void

Property Details

GetNow public_oe static_oe property

public static Func GetNow
return Func