C# Class Itenso.TimePeriod.Strings

Afficher le fichier Open project: jwg4/date-difference

Méthodes publiques

Méthode Description
CalendarHalfyearName ( YearHalfyear yearHalfyear ) : string
CalendarHalfyearOfYearName ( YearHalfyear yearHalfyear, int year ) : string
CalendarQuarterName ( YearQuarter yearQuarter ) : string
CalendarQuarterOfYearName ( YearQuarter yearQuarter, int year ) : string
CalendarYearName ( int year ) : string
FiscalHalfyearName ( YearHalfyear yearHalfyear ) : string
FiscalHalfyearOfYearName ( YearHalfyear yearHalfyear, int year ) : string
FiscalQuarterName ( YearQuarter yearQuarter ) : string
FiscalQuarterOfYearName ( YearQuarter yearQuarter, int year ) : string
FiscalYearName ( int year ) : string
MonthOfYearName ( string monthName, string yearName ) : string
SchoolHalfyearName ( YearHalfyear yearHalfyear ) : string
SchoolHalfyearOfYearName ( YearHalfyear yearHalfyear, int year ) : string
SchoolQuarterName ( YearQuarter yearQuarter ) : string
SchoolQuarterOfYearName ( YearQuarter yearQuarter, int year ) : string
SchoolYearName ( int year ) : string
SystemHalfyearName ( YearHalfyear yearHalfyear ) : string
SystemHalfyearOfYearName ( YearHalfyear yearHalfyear, int year ) : string
SystemQuarterName ( YearQuarter yearQuarter ) : string
SystemQuarterOfYearName ( YearQuarter yearQuarter, int year ) : string
SystemYearName ( int year ) : string
WeekOfYearName ( int weekOfYear, string yearName ) : string

Private Methods

Méthode Description
Format ( string format ) : string
NewInst ( Type singletonType ) : ResourceManager

Method Details

CalendarHalfyearName() public static méthode

public static CalendarHalfyearName ( YearHalfyear yearHalfyear ) : string
yearHalfyear YearHalfyear
Résultat string

CalendarHalfyearOfYearName() public static méthode

public static CalendarHalfyearOfYearName ( YearHalfyear yearHalfyear, int year ) : string
yearHalfyear YearHalfyear
year int
Résultat string

CalendarQuarterName() public static méthode

public static CalendarQuarterName ( YearQuarter yearQuarter ) : string
yearQuarter YearQuarter
Résultat string

CalendarQuarterOfYearName() public static méthode

public static CalendarQuarterOfYearName ( YearQuarter yearQuarter, int year ) : string
yearQuarter YearQuarter
year int
Résultat string

CalendarYearName() public static méthode

public static CalendarYearName ( int year ) : string
year int
Résultat string

FiscalHalfyearName() public static méthode

public static FiscalHalfyearName ( YearHalfyear yearHalfyear ) : string
yearHalfyear YearHalfyear
Résultat string

FiscalHalfyearOfYearName() public static méthode

public static FiscalHalfyearOfYearName ( YearHalfyear yearHalfyear, int year ) : string
yearHalfyear YearHalfyear
year int
Résultat string

FiscalQuarterName() public static méthode

public static FiscalQuarterName ( YearQuarter yearQuarter ) : string
yearQuarter YearQuarter
Résultat string

FiscalQuarterOfYearName() public static méthode

public static FiscalQuarterOfYearName ( YearQuarter yearQuarter, int year ) : string
yearQuarter YearQuarter
year int
Résultat string

FiscalYearName() public static méthode

public static FiscalYearName ( int year ) : string
year int
Résultat string

MonthOfYearName() public static méthode

public static MonthOfYearName ( string monthName, string yearName ) : string
monthName string
yearName string
Résultat string

SchoolHalfyearName() public static méthode

public static SchoolHalfyearName ( YearHalfyear yearHalfyear ) : string
yearHalfyear YearHalfyear
Résultat string

SchoolHalfyearOfYearName() public static méthode

public static SchoolHalfyearOfYearName ( YearHalfyear yearHalfyear, int year ) : string
yearHalfyear YearHalfyear
year int
Résultat string

SchoolQuarterName() public static méthode

public static SchoolQuarterName ( YearQuarter yearQuarter ) : string
yearQuarter YearQuarter
Résultat string

SchoolQuarterOfYearName() public static méthode

public static SchoolQuarterOfYearName ( YearQuarter yearQuarter, int year ) : string
yearQuarter YearQuarter
year int
Résultat string

SchoolYearName() public static méthode

public static SchoolYearName ( int year ) : string
year int
Résultat string

SystemHalfyearName() public static méthode

public static SystemHalfyearName ( YearHalfyear yearHalfyear ) : string
yearHalfyear YearHalfyear
Résultat string

SystemHalfyearOfYearName() public static méthode

public static SystemHalfyearOfYearName ( YearHalfyear yearHalfyear, int year ) : string
yearHalfyear YearHalfyear
year int
Résultat string

SystemQuarterName() public static méthode

public static SystemQuarterName ( YearQuarter yearQuarter ) : string
yearQuarter YearQuarter
Résultat string

SystemQuarterOfYearName() public static méthode

public static SystemQuarterOfYearName ( YearQuarter yearQuarter, int year ) : string
yearQuarter YearQuarter
year int
Résultat string

SystemYearName() public static méthode

public static SystemYearName ( int year ) : string
year int
Résultat string

WeekOfYearName() public static méthode

public static WeekOfYearName ( int weekOfYear, string yearName ) : string
weekOfYear int
yearName string
Résultat string