public static date_difference ( int dayA, int monthA, int yearA, int dayB, int monthB, int yearB ) : int | ||
dayA | int | The integer parameter gives the day of month /// of the first date. /// |
monthA | int | The integer parameter gives the Islamic /// month of the first date. /// |
yearA | int | The integer parameter gives the Islamic /// year of the first date. /// |
dayB | int | The integer parameter gives the day of month /// of the second date. /// |
monthB | int | The integer parameter gives the Islamic /// month of the second date. /// |
yearB | int | The integer parameter gives the Islamic /// year of the second date. /// |
Результат | int |