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

Inheritance: MonthTimeRange
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Format ( ITimeFormatter formatter ) : string

Method Details

AddMonths() public méthode

public AddMonths ( int months ) : MonthRange
months int
Résultat MonthRange

Format() protected méthode

protected Format ( ITimeFormatter formatter ) : string
formatter ITimeFormatter
Résultat string

GetNextMonth() public méthode

public GetNextMonth ( ) : MonthRange
Résultat MonthRange

GetPreviousMonth() public méthode

public GetPreviousMonth ( ) : MonthRange
Résultat MonthRange

MonthRange() public méthode

public MonthRange ( ) : System
Résultat System

MonthRange() public méthode

public MonthRange ( System.DateTime moment ) : System
moment System.DateTime
Résultat System

MonthRange() public méthode

public MonthRange ( System.DateTime moment, ITimeCalendar calendar ) : System
moment System.DateTime
calendar ITimeCalendar
Résultat System

MonthRange() public méthode

public MonthRange ( ITimeCalendar calendar ) : System
calendar ITimeCalendar
Résultat System

MonthRange() public méthode

public MonthRange ( int year, int month ) : System
year int
month int
Résultat System

MonthRange() public méthode

public MonthRange ( int year, int month, ITimeCalendar calendar ) : System
year int
month int
calendar ITimeCalendar
Résultat System