DaysInMonth

Pro daný měsíc vrátí počet dní
declare procedure DaysInMonth dll "ActualDocument" (string, string, string)
DaysInMonth("2004", "3", DaysCount)
DaysInMonth(Year, Month, Days)

Parametry

Year

Typ: string

Zadaný rok.

Month

Typ: string

Zadaný měsíc.

Days

Typ: string

Počet dní.

Popis

Procedura vrátí počet dní pro daný měsíc a rok.

Ukázky volání

  • DaysInMonth("2004", "3", DaysCount)