public struct DateYear {
public DateDay BAD_YEAR ;
public bool is_leap_year ( ) ;
public uchar get_monday_weeks_in_year ( ) ;
public uchar get_sunday_weeks_in_year ( ) ;
public bool valid ( ) ;
}
public DateDay BAD_YEAR ;
public bool is_leap_year ( ) ;
public uchar get_monday_weeks_in_year ( ) ;
public uchar get_sunday_weeks_in_year ( ) ;
public bool valid ( ) ;
Created by Valadoc