Module datetime

Source
Expand description

Types related to a date time.

Structs§

DateTime
Date time associated to a local time type, expressed in the proleptic gregorian calendar
FoundDateTimeListalloc
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 expressed in the proleptic gregorian calendar

Enums§

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