C# Class APG.CodeHelper.DateTimeHelper

Afficher le fichier Open project: UGTU/UGTUKadrProject

Méthodes publiques

Méthode Description
GetChangeDelta ( int year ) : System.TimeSpan
GetTimeChange ( System.DateTime time ) : TimeChangeType
IsEndWork ( System.DateTime day, int second ) : bool
IsWinterCriticalHour ( System.DateTime time ) : bool

Method Details

GetChangeDelta() public static méthode

public static GetChangeDelta ( int year ) : System.TimeSpan
year int
Résultat System.TimeSpan

GetTimeChange() public static méthode

public static GetTimeChange ( System.DateTime time ) : TimeChangeType
time System.DateTime
Résultat TimeChangeType

IsEndWork() public static méthode

public static IsEndWork ( System.DateTime day, int second ) : bool
day System.DateTime
second int
Résultat bool

IsWinterCriticalHour() public static méthode

public static IsWinterCriticalHour ( System.DateTime time ) : bool
time System.DateTime
Résultat bool