qtDateTime
|
Public Member Functions | |
integer function | qtdt_f_daysinyeari (iYear) |
qtDT_F_DaysInYearReturns the number of days in a year More... | |
integer function | qtdt_f_daysinyeart (tDate) |
qtDT_F_DaysInYearReturns the number of days in a year More... | |
integer function qtdt_f_daysinyeari | ( | integer(qtdt_k_int4), intent(in) | iYear | ) |
Usage:
iRet = qtDT_F_DaysInYear( iYear )
iYear | : year |
Alternative function interface see below.
integer function qtdt_f_daysinyeart | ( | type (qtdt_t_date), intent(in) | tDate | ) |
Usage:
iRet = qtDT_F_DaysInYear( tDate )
tDate | : date specification |
Alternative function interface see above.