Module datetime

Source
Expand description

Types related to a date time.

Structs§

DateTime
Date time associated to a local time type, exprimed in the proleptic gregorian calendar
FoundDateTimeList
List containing the found date times created by the DateTime::find method.
FoundDateTimeListRefMut
Wrapper reference type with methods for extracting the found date times, created by the DateTime::find_n method
UtcDateTime
UTC date time exprimed in the proleptic gregorian calendar

Enums§

FoundDateTimeKind
Type of a found date time created by the DateTime::find method