ISO 8601 calendar date without timezone. Allows for every proleptic Gregorian date from Jan 1, 262145 BCE to Dec 31, 262143 CE. Also supports the conversion from ISO 8601 ordinal and week date….
ISO 8601 week. This type, combined with Weekday , constitutes the ISO 8601 week date . One can retrieve this type from the existing Datelike types via the Datelike::iso_week method.
Time duration with nanosecond precision. This also allows for negative durations; see individual methods for details. A TimeDelta is represented internally as a complement of seconds and…
The day of week. The order of the days of week depends on the context. (This is why this type does _ not _ implement PartialOrd or Ord traits.) One should prefer *_from_monday or…
The common set of methods for date component. Methods such as year , month , day and weekday can be used to get basic information about the date. The with_* methods can change the date….