Ignore:
Timestamp:
07/12/06 11:33:44 (18 years ago)
Author:
smasson
Message:

review of Colors and Calendar routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Calendar/daysinmonth.pro

    r136 r137  
    99; @categories calendar 
    1010; 
    11 ; @param month {in}{optional} 
    12 ; @param year {in}{optional} 
    13 ; Year is used only if the  common variable key_caltype = 'greg'. 
    14 ; In that case, month and year must have the same number of elements. 
    15 ; If not provided, we take month and year from "time" common variable. 
     11; @param year {in}{optional}{default=from "time" common variable of cm_4cal} 
     12; To specify the year of the onth. Used only if the common variable 
     13; key_caltype = 'greg'. In that case, month and year must have the same 
     14; number of elements. 
    1615; 
    1716; @returns  
    1817; number of days in a month or -1 in case of error 
    1918; 
    20 ; @uses cm_4cal 
     19; @uses cm_4cal, updatenew 
    2120; 
    2221; @examples 
Note: See TracChangeset for help on using the changeset viewer.