int sysdate.year; int sysdate.month; int sysdate.day; int sysdate.dayofweek; int systime.hour; int systime.minute; int systime.second;
sysdate.year - The year according to the system clock.
sysdate.month - The month according to the system clock.
sysdate.day - The day according to the system clock.
sysdate.dayofweek - The day of the week according to the system clock (0 = Sunday, 1 = Monday, ...6 = Saturday).
systime.hour - The hour in military time according to the system clock.
systime.minute - The minute according to the system clock.
systime.second - The second according to the system clock.