C# Class Itenso.TimePeriod.Now

显示文件 Open project: jwg4/date-difference

Public Methods

Method 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 method

public static Halfyear ( YearMonth yearStartMonth ) : System.DateTime
yearStartMonth YearMonth
return System.DateTime

Quarter() public static method

public static Quarter ( YearMonth yearStartMonth ) : System.DateTime
yearStartMonth YearMonth
return System.DateTime

Week() public static method

public static Week ( ) : System.DateTime
return System.DateTime

Week() public static method

public static Week ( DayOfWeek firstDayOfWeek ) : System.DateTime
firstDayOfWeek DayOfWeek
return System.DateTime

Year() public static method

public static Year ( YearMonth yearStartMonth ) : System.DateTime
yearStartMonth YearMonth
return System.DateTime