[−][src]Crate datetimeutils
Structs
PostEpochTime | Conceptually this is a thin wrapper for |
Enums
Day | Enum with the seven days of the week. |
Month | Enum with the months of the year. |
Functions
day_abbrev_string | Maps the |
day_string | Maps the |
days_in_month | Takes in a year and month (e.g. 2020, February) and returns the number of days in that month. |
days_in_year | Takes in a year (e.g. 2019) and returns the number of days in that year. |
index_from_month | Converts a |
month_abbrev_string | Maps the |
month_from_index | Converts an integer in the range 1-12 into the corresponding |
month_string | Maps the |
seconds_in_day | Returns the number of seconds in a day. |
seconds_in_hour | Returns the number of seconds in an hour. |
seconds_in_minute | Returns the number of seconds in a minute. |