C# Class System.Globalization.JapaneseCalendar

Inheritance: Calendar
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
GetDefaultInstance Calendar
GetLeapMonth int
GetWeekOfYear int
IsValidYear bool

Public Methods

Method Description
AddMonths ( System.DateTime time, int months ) : System.DateTime
AddYears ( System.DateTime time, int years ) : System.DateTime
GetDayOfMonth ( System.DateTime time ) : int
GetDayOfWeek ( System.DateTime time ) : DayOfWeek
GetDayOfYear ( System.DateTime time ) : int
GetDaysInMonth ( int year, int month, int era ) : int
GetDaysInYear ( int year, int era ) : int
GetEra ( System.DateTime time ) : int
GetMonth ( System.DateTime time ) : int
GetMonthsInYear ( int year, int era ) : int
GetYear ( System.DateTime time ) : int
IsLeapDay ( int year, int month, int day, int era ) : bool
IsLeapMonth ( int year, int month, int era ) : bool
IsLeapYear ( int year, int era ) : bool
JapaneseCalendar ( ) : System
ToDateTime ( int year, int month, int day, int hour, int minute, int second, int millisecond, int era ) : System.DateTime
ToFourDigitYear ( int year ) : int

Private Methods

Method Description
GetDefaultInstance ( ) : Calendar
GetLeapMonth ( int year, int era ) : int
GetWeekOfYear ( System.DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek ) : int
IsValidYear ( int year, int era ) : bool

Method Details

AddMonths() public method

public AddMonths ( System.DateTime time, int months ) : System.DateTime
time System.DateTime
months int
return System.DateTime

AddYears() public method

public AddYears ( System.DateTime time, int years ) : System.DateTime
time System.DateTime
years int
return System.DateTime

GetDayOfMonth() public method

public GetDayOfMonth ( System.DateTime time ) : int
time System.DateTime
return int

GetDayOfWeek() public method

public GetDayOfWeek ( System.DateTime time ) : DayOfWeek
time System.DateTime
return DayOfWeek

GetDayOfYear() public method

public GetDayOfYear ( System.DateTime time ) : int
time System.DateTime
return int

GetDaysInMonth() public method

public GetDaysInMonth ( int year, int month, int era ) : int
year int
month int
era int
return int

GetDaysInYear() public method

public GetDaysInYear ( int year, int era ) : int
year int
era int
return int

GetEra() public method

public GetEra ( System.DateTime time ) : int
time System.DateTime
return int

GetMonth() public method

public GetMonth ( System.DateTime time ) : int
time System.DateTime
return int

GetMonthsInYear() public method

public GetMonthsInYear ( int year, int era ) : int
year int
era int
return int

GetYear() public method

public GetYear ( System.DateTime time ) : int
time System.DateTime
return int

IsLeapDay() public method

public IsLeapDay ( int year, int month, int day, int era ) : bool
year int
month int
day int
era int
return bool

IsLeapMonth() public method

public IsLeapMonth ( int year, int month, int era ) : bool
year int
month int
era int
return bool

IsLeapYear() public method

public IsLeapYear ( int year, int era ) : bool
year int
era int
return bool

JapaneseCalendar() public method

public JapaneseCalendar ( ) : System
return System

ToDateTime() public method

public ToDateTime ( int year, int month, int day, int hour, int minute, int second, int millisecond, int era ) : System.DateTime
year int
month int
day int
hour int
minute int
second int
millisecond int
era int
return System.DateTime

ToFourDigitYear() public method

public ToFourDigitYear ( int year ) : int
year int
return int