time

Namespace: /lib/time/

TypeLocationDescription
time:Timelib/time/Time.oml

A time:Time represents a time duration or the time of day.

time:Datelib/time/Date.oml

A Date represents a moment in time. It is represented internally as the number of milliseconds since midnight, January 1 1970 GMT.

time:Formatlib/time/Format.oml

Represents a time and date string representation.

time:TimeFormatlib/time/TimeFormat.oml

extends time:Format

time:DateFormatlib/time/DateFormat.oml

extends time:Format

time:DateTimeFormatlib/time/DateTimeFormat.oml

extends time:Format

time:Timerlib/time/Timer.oml

A time:Timer works as a stop watch, userful for measuring program exectution times and other things.

time:Chimelib/time/Chime.oml

extends Thread

A time:Chime runs a piece of code at a regular interval. To start a time:Chime call time:Chime.start(). By default a time:Chime is a daemon Thread .