Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

UNNotification.SetCalendarDateTrigger

Sets a calendar based trigger.

Component Version macOS Windows Linux Server iOS SDK
UNNotification 9.3 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "UNNotification.SetCalendarDateTrigger"; UNNotificationRef; TimeStamp )   More

Parameters

Parameter Description Example
UNNotificationRef The reference number of the notification. $Notification
TimeStamp The time stamp for the date and time to use. Get(SystemTimeStamp)

Result

Returns OK or error.

Description

Sets a calendar based trigger.
Can be scheduled on the device to notify based on date and time values.
Will schedule to run at the given date and time.

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 19th June 2019, last changed 19th June 2019


UNNotification.SetBody - UNNotification.SetCalendarTrigger