PrevUpHomeNext

Function is_non_operational_interval

fd::is_non_operational_interval — Check whether scheduled interval is already past duration of current onset (i.e. past the current ending time point).

Synopsis

// In header: <fd/functional.h>


bool is_non_operational_interval(const schedule_time_bounds & interval);

Description

Requires:

Time points must not be 'not a date/time'.


PrevUpHomeNext