C# Class Itenso.TimePeriod.Month

Inheritance: MonthTimeRange
Afficher le fichier Open project: jwg4/date-difference Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Format ( ITimeFormatter formatter ) : string

Method Details

AddMonths() public méthode

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

Format() protected méthode

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

GetNextMonth() public méthode

public GetNextMonth ( ) : Month
Résultat Month

GetPreviousMonth() public méthode

public GetPreviousMonth ( ) : Month
Résultat Month

Month() public méthode

public Month ( ) : System
Résultat System

Month() public méthode

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

Month() public méthode

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

Month() public méthode

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

Month() public méthode

public Month ( int year, YearMonth yearMonth ) : System
year int
yearMonth YearMonth
Résultat System

Month() public méthode

public Month ( int year, YearMonth yearMonth, ITimeCalendar calendar ) : System
year int
yearMonth YearMonth
calendar ITimeCalendar
Résultat System