System.Globalization.HebrewCalendar Members

The members of System.Globalization.HebrewCalendar are listed below.

See Also: Inherited members from System.Globalization.Calendar

Public Constructors

Initializes a new instance of the System.Globalization.HebrewCalendar class.

Public Fields

static readonly
HebrewEraint (1).

Represents the current era. This field is constant.

Public Properties

[read-only]
override
AlgorithmTypeCalendarAlgorithmType.

Gets a value that indicates whether the current calendar is solar-based, lunar-based, or a combination of both.

[read-only]
override
Erasint[].

Gets the list of eras in the System.Globalization.HebrewCalendar.

[read-only]
override
MaxSupportedDateTimeDateTime.

Gets the latest date and time supported by the System.Globalization.HebrewCalendar type.

[read-only]
override
MinSupportedDateTimeDateTime.

Gets the earliest date and time supported by the System.Globalization.HebrewCalendar type.

override
TwoDigitYearMaxint.

Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.

Public Methods

override
AddMonths(DateTime, int) : DateTime

Returns a DateTime that is the specified number of months away from the specified DateTime.

override
AddYears(DateTime, int) : DateTime

Returns a DateTime that is the specified number of years away from the specified DateTime.

override
GetDayOfMonth(DateTime) : int

Returns the day of the month in the specified DateTime.

override
GetDayOfWeek(DateTime) : DayOfWeek

Returns the day of the week in the specified DateTime.

override
GetDayOfYear(DateTime) : int

Returns the day of the year in the specified DateTime.

override
GetDaysInMonth(int, int, int) : int

Returns the number of days in the specified month in the specified year in the specified era.

override
GetDaysInYear(int, int) : int

Returns the number of days in the specified year in the specified era.

override
GetEra(DateTime) : int

Returns the era in the specified DateTime.

override
GetLeapMonth(int, int) : int

Calculates the leap month for a specified year and era.

override
GetMonth(DateTime) : int

Returns the month in the specified DateTime.

override
GetMonthsInYear(int, int) : int

Returns the number of months in the specified year in the specified era.

override
GetYear(DateTime) : int

Returns the year in the specified DateTime value.

override
IsLeapDay(int, int, int, int) : bool

Determines whether the specified date in the specified era is a leap day.

override
IsLeapMonth(int, int, int) : bool

Determines whether the specified month in the specified year in the specified era is a leap month.

override
IsLeapYear(int, int) : bool

Determines whether the specified year in the specified era is a leap year.

override
ToDateTime(int, int, int, int, int, int, int, int) : DateTime

Returns a DateTime that is set to the specified date and time in the specified era.

override
ToFourDigitYear(int) : int

Converts the specified year to a 4-digit year by using the HebrewCalendar.TwoDigitYearMax property to determine the appropriate century.