Property | Type | Description | |
---|---|---|---|
Day | int | ||
Month | int | ||
Year | int |
Method | Description | |
---|---|---|
CheckLeapYear ( ) : bool |
Checks the leap year.
|
|
EthiopianDate ( ) : System |
Initializes a new instance of the EthiopianDate class.
|
|
EthiopianDate ( System.DateTime dateTime ) : System |
Initializes a new instance of the EthiopianDate class.
|
|
EthiopianDate ( int year, int month, int day ) : System |
Initializes a new instance of the EthiopianDate class.
|
|
EthiopianDate ( string ddMMyyyy ) : System |
Receives format in Ethiopian DD/MM/YYYY
|
|
EthiopianDayOfWeek ( int ethiopianYear, int ethiopianMonth, int ethiopianDay ) : DayOfWeek |
Ethiopians the day of week.
|
|
EthiopianToGregorian ( string ethiopianDateDDMMYYYY ) : System.DateTime |
Ethiopians to gregorian.
|
|
EthiopianToGregorian ( int hour ) : int |
Ethiopians to gregorian.
|
|
EthiopianToGregorian ( int &year, int &month, int &day ) : void |
Ethiopians to gregorian.
|
|
EthiopianToJulian ( int year, int month, int day ) : double |
Ethiopians to julian.
|
|
GetDayOfWeek ( ) : DayOfWeek |
Gets the day of week.
|
|
GetDayOfWeekInt ( ) : int |
Gets the day of week int.
|
|
GetMonthName ( ) : string |
Gets the name of the month.
|
|
GetMonthName ( int month ) : string | ||
GetMonthNameEN ( ) : string | ||
GregorianToEthiopian ( System.DateTime gregorianDate ) : string |
Gregorians to ethiopian.
|
|
GregorianToEthiopian ( int &gregorianYear, int &gregorianMonth, int &gregorianDay ) : void |
Gregorians to ethiopian.
|
|
GregorianToJulianDate ( System.DateTime date ) : double |
Gregorians to julian date.
|
|
IsLeapYear ( ) : bool |
Determines whether [is leap year].
|
|
SetDate ( int gregorianYear, int gregorianMonth, int gregorianDay ) : void |
Input is gregorian calendar.
|
|
ToDateString ( ) : string |
Toes the date string.
|
|
ToGregorianDate ( ) : System.DateTime |
Toes the gregorian date.
|
|
ToLongDateString ( ) : string |
Toes the long date string.
|
Method | Description | |
---|---|---|
CheckLeapYear ( int gregorianYear, int gregorianMonth ) : bool |
Checks the leap year.
|
Method | Description | |
---|---|---|
EthiopianToFixed ( int ethiopianYear, int ethiopianMonth, int ethiopianDay ) : int |
Ethiopians to fixed.
|
|
FixedToEthiopian ( int fixedDate, int &year, int &month, int &day ) : void |
Fixes to ethiopian.
|
|
FixedToGregorian ( int fixedDate, int &year, int &month, int &day ) : void |
Fixeds to gregorian.
|
|
GetEthiopianDay ( int gregorianYear, int gregorianMonth, int gregorianDay ) : int |
Just get the day in the Ethiopian Calandar.
|
|
GetEthiopianYear ( int gregorianYear, int gregorianMonth ) : int |
Returns Ethiopian year as an output. Takes the gregorian date as input.
|
|
GregToEthiopian ( ) : void |
Gregs to ethiopian.
|
|
GregorianToEthiopian ( int hour ) : int |
Gregorians to ethiopian.
|
|
GregorianToFixed ( int gregorianYear, int gregorianMonth, int gregorianDay ) : int |
Gregorians to fixed.
|
|
GregorianYearFromFixed ( int fixedDate ) : int |
Gregorians the year from fixed.
|
protected static CheckLeapYear ( int gregorianYear, int gregorianMonth ) : bool | ||
gregorianYear | int | The gregorian year. |
gregorianMonth | int | The gregorian month. |
return | bool |
public EthiopianDate ( System.DateTime dateTime ) : System | ||
dateTime | System.DateTime | The date time. |
return | System |
public EthiopianDate ( int year, int month, int day ) : System | ||
year | int | The year. |
month | int | The month. |
day | int | The day. |
return | System |
public EthiopianDate ( string ddMMyyyy ) : System | ||
ddMMyyyy | string | |
return | System |
public EthiopianDayOfWeek ( int ethiopianYear, int ethiopianMonth, int ethiopianDay ) : DayOfWeek | ||
ethiopianYear | int | The ethiopian year. |
ethiopianMonth | int | The ethiopian month. |
ethiopianDay | int | The ethiopian day. |
return | DayOfWeek |
public static EthiopianToGregorian ( string ethiopianDateDDMMYYYY ) : System.DateTime | ||
ethiopianDateDDMMYYYY | string | The ethiopian date DDMMYYYY. |
return | System.DateTime |
public static EthiopianToGregorian ( int hour ) : int | ||
hour | int | The hour. |
return | int |
public static EthiopianToGregorian ( int &year, int &month, int &day ) : void | ||
year | int | The year. |
month | int | The month. |
day | int | The day. |
return | void |
public static EthiopianToJulian ( int year, int month, int day ) : double | ||
year | int | The year. |
month | int | The month. |
day | int | The day. |
return | double |
public static GetMonthName ( int month ) : string | ||
month | int | |
return | string |
public static GregorianToEthiopian ( System.DateTime gregorianDate ) : string | ||
gregorianDate | System.DateTime | The gregorian date. |
return | string |
public static GregorianToEthiopian ( int &gregorianYear, int &gregorianMonth, int &gregorianDay ) : void | ||
gregorianYear | int | The gregorian year. |
gregorianMonth | int | The gregorian month. |
gregorianDay | int | The gregorian day. |
return | void |
public static GregorianToJulianDate ( System.DateTime date ) : double | ||
date | System.DateTime | The date. |
return | double |
public SetDate ( int gregorianYear, int gregorianMonth, int gregorianDay ) : void | ||
gregorianYear | int | |
gregorianMonth | int | |
gregorianDay | int | |
return | void |