mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Add type alias for DateFreq
to enhance clarity in business date frequency representation
This commit is contained in:
parent
4e98aa1490
commit
bc00035bc0
@ -10,6 +10,9 @@ use crate::utils::dateutils::dates::{find_next_date, AggregationType, DateFreq,
|
|||||||
|
|
||||||
use crate::utils::dateutils::dates;
|
use crate::utils::dateutils::dates;
|
||||||
|
|
||||||
|
/// Type alias for `DateFreq` to represent business date frequency.
|
||||||
|
pub type BDateFreq = DateFreq;
|
||||||
|
|
||||||
/// Represents a list of business dates generated between a start and end date
|
/// Represents a list of business dates generated between a start and end date
|
||||||
/// at a specified frequency. Provides methods to retrieve the full list,
|
/// at a specified frequency. Provides methods to retrieve the full list,
|
||||||
/// count, or dates grouped by period.
|
/// count, or dates grouped by period.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user