A trigger condition that causes a notification to be delivered at a specific date and time.
|
|
DateComponents | DateComponents [get] |
| | The temporal information to use when constructing the trigger. Provide only the date components that are relevant for your trigger.
|
| |
|
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.
|
| |
◆ CalendarNotificationTrigger()
- Parameters
-
| dateComponents | Date components. |
| repeats | If set to true repeats. |
| nextTriggerDate | Next trigger date. |