[][src]Module timespan::naive

Date and time spans which do not concern about timezones.

These time spans can be used for applications where the timezone is irrelevant for the span.

Type Definitions

NaiveDateSpan

The NaiveDateSpan alias is a span consisting of chrono::NaiveDates.

NaiveDateTimeSpan

The NaiveDateTimeSpan alias is a span consisting of chrono::NaiveDateTimes.

NaiveTimeSpan

The NaiveTimeSpan alias is a span consisting of chrono::NaiveTimes.