PyFrequencyDetails
class PyFrequencyDetails(frequency_details)
Bases: object
Interface for a schedule’s frequency details.
- Parameters: frequency_details (IFrequencyDetails)
__init__(frequency_details)
Creates a new PyFrequencyDetails object.
Args: : frequency_details: A IFrequencyDetails object.
Returns: None.
- Parameters: frequency_details (IFrequencyDetails)
- Return type: None
Methods
__init__ (frequency_details) |
Creates a new PyFrequencyDetails object. |
---|
Attributes
end_at |
Gets the schedule's end time. |
---|---|
intervals |
Gets the schedule's intervals. |
start_at |
Gets the schedule's start time. |
property end_at : time
Gets the schedule’s end time.
property intervals : List[PyInterval]
Gets the schedule’s intervals.
property start_at : time
Gets the schedule’s start time.