Expand description
Time and date functionality.
Re-exports§
pub use calendar::*;pub use constants::*;pub use countries::*;pub use date_rolling::*;pub use day_counting::*;pub use frequency::*;pub use holiday::*;pub use utilities::*;pub use schedule::*;pub use date_generation::*;pub use stub_generation::*;
Modules§
- The core
Calendartrait. This module defines aCalendartype and its methods. - Constants for calendars and holidays. This module defines calendar and holiday related constants.
- Calendars implemented for specific countries. calendars and holidays for different countries.
- Date generation rules.
- Date rolling conventions and methods.
- Day counting conventions and methods.
- Frequency of payments.
- The
Holidaytrait. This module defines aHolidaytype and its methods. - The
Scheduletype. - Stub generation rules.
- Utility functions for working with dates and times. This module defines general calendar and holiday related functions.