C# Class Signum.Entities.TimeZoneManager

Mostra file Open project: signumsoftware/framework

Public Properties

Property Type Description
OverrideNowVariable ThreadVariable
OverrideTimeZoneVariable SessionVariable

Public Methods

Method Description
FromUserInterface ( this uiDateTime ) : System.DateTime
IncrementOverridenNow ( System.TimeSpan ts ) : void
OverrideNow ( System.DateTime newNow ) : IDisposable
ToUserInterface ( this dbDateTime ) : System.DateTime

Method Details

FromUserInterface() public static method

public static FromUserInterface ( this uiDateTime ) : System.DateTime
uiDateTime this
return System.DateTime

IncrementOverridenNow() public static method

public static IncrementOverridenNow ( System.TimeSpan ts ) : void
ts System.TimeSpan
return void

OverrideNow() public static method

public static OverrideNow ( System.DateTime newNow ) : IDisposable
newNow System.DateTime
return IDisposable

ToUserInterface() public static method

public static ToUserInterface ( this dbDateTime ) : System.DateTime
dbDateTime this
return System.DateTime

Property Details

OverrideNowVariable public_oe static_oe property

public static ThreadVariable OverrideNowVariable
return ThreadVariable

OverrideTimeZoneVariable public_oe static_oe property

public static SessionVariable OverrideTimeZoneVariable
return SessionVariable