Module datetime

Module datetime 

Source
Expand description

Date and timer units & helper functions

Structs§

Date
DateInMonth
Date (1-31)
Day
Day (1-7)
Month
Month (1-12)
Time
Week
Week (1-52)
Year
Year

Traits§

U32Ext
Extension trait that adds convenience methods to the u32 type

Type Aliases§

Hour
Alias for hours duration (u32 backing storage)
Micros
Alias for microsecond duration (u32 backing storage)
Minute
Alias for minutes duration (u32 backing storage)
Second
Alias for second duration (u32 backing storage)