C# Class Itenso.TimePeriod.Now

Afficher le fichier Open project: jwg4/date-difference

Méthodes publiques

Méthode Description
Halfyear ( YearMonth yearStartMonth ) : System.DateTime
Quarter ( YearMonth yearStartMonth ) : System.DateTime
Week ( ) : System.DateTime
Week ( DayOfWeek firstDayOfWeek ) : System.DateTime
Year ( YearMonth yearStartMonth ) : System.DateTime

Method Details

Halfyear() public static méthode

public static Halfyear ( YearMonth yearStartMonth ) : System.DateTime
yearStartMonth YearMonth
Résultat System.DateTime

Quarter() public static méthode

public static Quarter ( YearMonth yearStartMonth ) : System.DateTime
yearStartMonth YearMonth
Résultat System.DateTime

Week() public static méthode

public static Week ( ) : System.DateTime
Résultat System.DateTime

Week() public static méthode

public static Week ( DayOfWeek firstDayOfWeek ) : System.DateTime
firstDayOfWeek DayOfWeek
Résultat System.DateTime

Year() public static méthode

public static Year ( YearMonth yearStartMonth ) : System.DateTime
yearStartMonth YearMonth
Résultat System.DateTime