A trigger condition that causes a notification to be delivered after the specified amount of time elapses.
|
|
double | TimeInterval [get] |
| | The time (in seconds) that must elapse from the current time before the trigger fires. This value must be greater than zero.
|
| |
|
DateTime? | NextTriggerDate [get] |
| | The next date at which the trigger conditions will be met.
|
| |
|
bool | Repeats [get] |
| | A Boolean value indicating whether the system reschedules the notification after it is delivered.
|
| |
◆ TimeIntervalNotificationTrigger()
- Parameters
-
| timeInterval | Time interval. |
| repeats | If set to true repeats. |
| nextTriggerDate | Next trigger date. |