Returns the system time as Date data type.
d = Time
d:Date exp
Time returns the system time.
OpenW # 1
Local x As Date = Time
Print Time$(x)
' a simple calculation
Print Time$(x + #03:00:00#)
CDate(), Date, Date$, DateAdd(), DateDiff(), DatePart(), DateSerial(), DateTime$(), DateToDmy, DateToDmyHms, DateValue(), Day(), DayNo(), DmyHmsToDate(), DmyToDate(), HmsToTime(), Hour(), IsDate(), Minute(), Month(), Now, Now$(), TimeSerial(), TimeToHms, TimeValue(), Second(), Week(), WeekDay(), Year()
{Created by Sjouke Hamstra; Last updated: 25/10/2014 by James Gaite}