PyInterval
class PyInterval(interval)
Bases: object
Interface for a schedule interval.
- Parameters: interval (IInterval)
__init__(interval)
Creates a new PyInterval object.
Args: : interval: A IInterval object.
Returns: None.
- Parameters: interval (IInterval)
- Return type: None
Methods
__init__ (interval) |
Creates a new PyInterval object. |
---|
Attributes
hours |
Gets the interval hour value. |
---|---|
minutes |
Gets the interval minute value. |
month_day |
Gets the interval day of month value. |
week_day |
Gets the interval day of week value. |
property hours : int
Gets the interval hour value.
property minutes : int
Gets the interval minute value.
property month_day : str
Gets the interval day of month value.
property week_day : str
Gets the interval day of week value.