C# Class System.Globalization.GregorianCalendarHelper

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

Private Properties

Property Type Description
CheckTicksRange void
DateToTicks long
GetAbsoluteDate long
GetDatePart int
GetGregorianYear int
GregorianCalendarHelper System.Threading
InitEraInfo System.Globalization.EraInfo[]
IsValidYear bool
TimeToTicks long

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
GetLeapMonth ( int year, int era ) : int
GetMonth ( System.DateTime time ) : int
GetMonthsInYear ( int year, int era ) : int
GetWeekOfYear ( System.DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek ) : int
GetYear ( System.DateTime time ) : int
GetYear ( int year, 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
ToDateTime ( int year, int month, int day, int hour, int minute, int second, int millisecond, int era ) : System.DateTime
ToFourDigitYear ( int year, int twoDigitYearMax ) : int

Private Methods

Method Description
CheckTicksRange ( long ticks ) : void
DateToTicks ( int year, int month, int day ) : long
GetAbsoluteDate ( int year, int month, int day ) : long
GetDatePart ( long ticks, int part ) : int
GetGregorianYear ( int year, int era ) : int
GregorianCalendarHelper ( Calendar cal, EraInfo eraInfo ) : System.Threading
InitEraInfo ( int calID ) : System.Globalization.EraInfo[]
IsValidYear ( int year, int era ) : bool
TimeToTicks ( int hour, int minute, int second, int millisecond ) : long

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

GetLeapMonth() public method

public GetLeapMonth ( int year, int era ) : int
year int
era int
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

GetWeekOfYear() public method

public GetWeekOfYear ( System.DateTime time, CalendarWeekRule rule, DayOfWeek firstDayOfWeek ) : int
time System.DateTime
rule CalendarWeekRule
firstDayOfWeek DayOfWeek
return int

GetYear() public method

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

GetYear() public method

public GetYear ( int year, System.DateTime time ) : int
year 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

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 twoDigitYearMax ) : int
year int
twoDigitYearMax int
return int