mcal_time_valid

mcal_time_valid -- Returns true if the given year, month, day is a valid time

Description

int mcal_time_valid(int hour, int minutes, int seconds);

mcal_time_valid() Returns true if the given hour, minutes and seconds is a valid time, false if not.