Time and Date
- caldays — create a calendarDuration in days
- calendar — Calendar of a given month and year (Gregorian dates)
- calendarDuration — create a calendarDuration - duration in days, months and years
- clock — Return the current Gregorian datetime and international time zone of the computer's clock
- date — Current date as date string
- datenum — Convert to serial date number
- datetime — create points in time
- datevec — Date components
- day — extracts day from datetime
- duration — create a duration - duration in hours, minutes and seconds
- eomday — Return last day of month
- etime — Elapsed time
- getdate — Current datetime or POSIX timestamp from computer's clock. Datetimes from given timestamps
- hms — extracts hour, minute and second of datetime or duration
- hours — convert reals in hours (duration) / convert hours (duration) in reals
- isnat — check if a variable contains "Not a Time" values
- month — extracts month from datetime
- NaT — Not a Time function used to create empty datetime
- now — Return current date under the form of a Unix hour (timestamp)
- realtimeinit — sets the time unit
- sleep — suspend all code executions (console, scripts, callbacks,..)
- tic — start a stopwatch timer
- timer — cpu time
- toc — Read the stopwatch timer
- weekday — Day's index and name in its week for given dates
- year — extracts year from datetime
- ymd — extracts year, month and day of datetime