Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

Events.Reminder.SetDueDateComponents

The date by which this reminder should be completed.

Component Version macOS Windows Linux Server iOS SDK
Events 6.2 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "Events.Reminder.SetDueDateComponents"; EKReminder { ; Year; Month; Day; Hour; Minute; Second; TimeZone } )   More

Parameters

Parameter Description Example Flags
EKReminder The reference to the reminder. $Reminder
Year The year number.
If missing or negative, no year is defined.
2016 Optional
Month The month number.
If missing or negative, no month is defined.
12 Optional
Day The day number.
If missing or negative, no day is defined.
12 Optional
Hour The hour number.
If missing or negative, no hour is defined.
16 Optional
Minute The minute number.
If missing or negative, no minute is defined.
12 Optional
Second The second number.
If missing or negative, no second is defined.
0 Optional
TimeZone The time zone to use.
Value of "System" sets to system time zone.
Value of "Default" sets to default time zone.
"GMT" Optional

Result

Returns OK or error.

Description

The date by which this reminder should be completed.
The use of date components allows the due date and its time zone to be represented in a single property. A undefined time zone represents a floating date. Setting a date component without a hour, minute and second component will set allDay to true.

See also

This function checks for a license.

Created 10th March 2016, last changed 13th March 2016


Events.Reminder.SetDueDate - Events.Reminder.SetPriority

💬 Ask a question or report a problem