C# Class Itenso.TimePeriod.Month

Inheritance: MonthTimeRange
Mostrar archivo Open project: jwg4/date-difference Class Usage Examples

Public Methods

Method Description
AddMonths ( int months ) : Month
GetNextMonth ( ) : Month
GetPreviousMonth ( ) : Month
Month ( ) : System
Month ( System.DateTime moment ) : System
Month ( System.DateTime moment, ITimeCalendar calendar ) : System
Month ( ITimeCalendar calendar ) : System
Month ( int year, YearMonth yearMonth ) : System
Month ( int year, YearMonth yearMonth, ITimeCalendar calendar ) : System

Protected Methods

Method Description
Format ( ITimeFormatter formatter ) : string

Method Details

AddMonths() public method

public AddMonths ( int months ) : Month
months int
return Month

Format() protected method

protected Format ( ITimeFormatter formatter ) : string
formatter ITimeFormatter
return string

GetNextMonth() public method

public GetNextMonth ( ) : Month
return Month

GetPreviousMonth() public method

public GetPreviousMonth ( ) : Month
return Month

Month() public method

public Month ( ) : System
return System

Month() public method

public Month ( System.DateTime moment ) : System
moment System.DateTime
return System

Month() public method

public Month ( System.DateTime moment, ITimeCalendar calendar ) : System
moment System.DateTime
calendar ITimeCalendar
return System

Month() public method

public Month ( ITimeCalendar calendar ) : System
calendar ITimeCalendar
return System

Month() public method

public Month ( int year, YearMonth yearMonth ) : System
year int
yearMonth YearMonth
return System

Month() public method

public Month ( int year, YearMonth yearMonth, ITimeCalendar calendar ) : System
year int
yearMonth YearMonth
calendar ITimeCalendar
return System