SetAlarmTime

The SetAlarmTime function passes a value to the Activity table AlarmTime field. Pass in starttime, the time interval value, and the type of interval.

SetAlarmTime ( "StartDate StartTime", "interval", "IntervalType" )

The types of intervals are:

For example, to set an alarm time for an activity one hour before the activity is to start:

SetAlarmTime ("10/11/2014 10:00AM","1","H")

See also

Custom functions