C# Class Signum.Entities.TimeZoneManager

Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Свойство Type Description
OverrideNowVariable ThreadVariable
OverrideTimeZoneVariable SessionVariable

Méthodes publiques

Méthode 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 méthode

public static FromUserInterface ( this uiDateTime ) : System.DateTime
uiDateTime this
Résultat System.DateTime

IncrementOverridenNow() public static méthode

public static IncrementOverridenNow ( System.TimeSpan ts ) : void
ts System.TimeSpan
Résultat void

OverrideNow() public static méthode

public static OverrideNow ( System.DateTime newNow ) : IDisposable
newNow System.DateTime
Résultat IDisposable

ToUserInterface() public static méthode

public static ToUserInterface ( this dbDateTime ) : System.DateTime
dbDateTime this
Résultat System.DateTime

Property Details

OverrideNowVariable public_oe static_oe property

public static ThreadVariable OverrideNowVariable
Résultat ThreadVariable

OverrideTimeZoneVariable public_oe static_oe property

public static SessionVariable OverrideTimeZoneVariable
Résultat SessionVariable