C# Class NSoft.NFramework.TimePeriods.TimeRanges.MonthRange

Inheritance: MonthTimeRange
Datei anzeigen Open project: debop/NFramework Class Usage Examples

Public Methods

Method Description
AddMonths ( int months ) : MonthRange
GetNextMonth ( ) : MonthRange
GetPreviousMonth ( ) : MonthRange
MonthRange ( ) : System
MonthRange ( System.DateTime moment ) : System
MonthRange ( System.DateTime moment, ITimeCalendar calendar ) : System
MonthRange ( ITimeCalendar calendar ) : System
MonthRange ( int year, int month ) : System
MonthRange ( int year, int month, ITimeCalendar calendar ) : System

Protected Methods

Method Description
Format ( ITimeFormatter formatter ) : string

Method Details

AddMonths() public method

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

Format() protected method

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

GetNextMonth() public method

public GetNextMonth ( ) : MonthRange
return MonthRange

GetPreviousMonth() public method

public GetPreviousMonth ( ) : MonthRange
return MonthRange

MonthRange() public method

public MonthRange ( ) : System
return System

MonthRange() public method

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

MonthRange() public method

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

MonthRange() public method

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

MonthRange() public method

public MonthRange ( int year, int month ) : System
year int
month int
return System

MonthRange() public method

public MonthRange ( int year, int month, ITimeCalendar calendar ) : System
year int
month int
calendar ITimeCalendar
return System