Constructor NotificationIntervalSchedule
NotificationIntervalSchedule(TimeSpan, bool)
Convenience constructor.
Declaration
public NotificationIntervalSchedule(TimeSpan interval, bool repeats = false)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeSpan | interval | Value for Interval |
| bool | repeats | Value for Repeats |