Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 454 Bytes

time.md

File metadata and controls

11 lines (7 loc) · 454 Bytes

Time

A type that represents a certain time. Some time types have timezone information. Some time types also include a specific date, whilst others only encode a certain time of the day.

The difference between two times may be representable by a Duration or TimeInterval.

See also DateTime and Date.