Essential Kit
Loading...
Searching...
No Matches
CalendarNotificationTriggersealed

A trigger condition that causes a notification to be delivered at a specific date and time.

+ Inheritance diagram for CalendarNotificationTrigger:

Public Member Functions

 CalendarNotificationTrigger (DateComponents dateComponents, bool repeats, DateTime? nextTriggerDate=null)
 Creates a new instance of the CalendarNotificationTrigger class.
 

Properties

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.
 
- Properties inherited from INotificationTrigger

Constructor & Destructor Documentation

◆ CalendarNotificationTrigger()

CalendarNotificationTrigger ( DateComponents dateComponents,
bool repeats,
DateTime? nextTriggerDate = null )
Parameters
dateComponentsDate components.
repeatsIf set to true repeats.
nextTriggerDateNext trigger date.