HebrewCalendar
Provides methods for manipulating Hebrew (Jewish) dates.
Remarks
Information about the Hebrew calendar was found at "http://astro.nmsu.edu/~lhuber/leaphist.html"
and "http://www.geocities.com/Athens/1584/"
See Also
Project VBCorLib Overview
| HebrewCalendarStatic
| Calendar
Implements:
Public:
Properties:
| Name | Description |
|---|
Eras (get) | |
TwoDigitYearMax (get) | |
TwoDigitYearMax (let) | |
Methods:
| Name | Description |
|---|
AddDays | |
AddHours | |
AddMilliseconds | |
AddMinutes | |
AddMonths | |
AddSeconds | |
AddWeeks | |
AddYears | |
Equals |
Returns a boolean indicating if the value and this object
instance are the same instance.
|
GetDayOfMonth | |
GetDayOfWeek | |
GetDayOfYear | |
GetDaysInMonth | |
GetDaysInYear | |
GetEra | |
GetHashCode |
Returns a pseudo-unique number identifying this instance.
|
GetHour | |
GetMilliseconds | |
GetMinute | |
GetMonth | |
GetMonthsInYear | |
GetSecond | |
GetWeekOfYear | |
GetYear | |
IsLeapDay | |
IsLeapMonth | |
IsLeapYear | |
ToDateTime | |
ToFourDigitYear | |
ToString |
Returns a string representation of this object instance.
|