I would like to filter time series data based on specific date and time ranges, rather than skipping entire days or just specific times within a day.
Currently, the base calendar implementation seems to only support skipping entire days, but it doesn’t allow for partial days to be excluded.
It would be helpful to have a SkipDateRanges property, where we could define a list of start and end DateTime pairs. For example, this would allow specifying date ranges like:
From 2025-08-01 06:00 to 2025-08-05 11:00
From 2025-08-08 08:30 to 2025-08-09 01:00
This would give us the flexibility to skip specific date and time ranges rather than just entire days.
- Nathan Landrum asked 9 months ago
- last edited 9 months ago
- You must login to post comments
Please login first to submit.

