User manual
mikroPascal PRO for dsPIC30/33 and PIC24
MikroElektronika
684
TimeStruct type denition
type TimeStruct = record
ss : byte ; // seconds
mn : byte ; // minutes
hh : byte ; // hours
md : byte ; // day in month, from 1 to 31
wd : byte ; // day in week, monday=0, tuesday=1, .... sunday=6
mo : byte ; // month number, from 1 to 12 (and not from 0 to 11 as with unix C
time !)
yy : word ; // year Y2K compliant, from 1892 to 2038
end;