====== CLOCK_YEAR ====== [x16] //Defined in [[x16.bas]].// Returns the year (1900-based) portion of the current date/time. ===== Function header ===== FUNCTION CLOCK_YEAR AS BYTE () SHARED STATIC ===== Example ===== INCLUDE "x16.bas" PRINT "the year is "; CLOCK_YEAR() + 1900 ===== See also ===== * [[SETCLOCK]] * [[CLOCK_MONTH]] * [[CLOCK_DAY]] * [[CLOCK_HOUR]] * [[CLOCK_MIN]] * [[CLOCK_SEC]]