Project Timer with DS1307 - Array of TimeElements; - Is Possible ?

Hi,
Could be something like that ?
for example : 22/01/2013 17:12:00

tm.Year = 2013;
tm.Month = 01;
tm.Day = 22;
tm.Hour = 17;
tm.Minute = 12;
tm.Second = 00;
Alarm.timerOnce(makeTime(tm), OnceOnly) ;

Thanks
Gnux