Recur at Interval

This embedded class describes an event that recurs at a fixed time interval. This class cannot be directly queried from the Query Builder interface and is not available to Crystal Reports. It is available only through programming.

Table B.35 Recur at Interval (SMS_ST_RecurInterval)

PropertyData typeExampleNotes
DayDurationuint320Contains the number of days during which the scheduled action occurs. Allowable values are in the range 0-31. A value of 0 indicates that the scheduled action continues indefinitely.
DaySpanuint320Range 0-31. The number of days between scheduled events.
HourDurationuint321Contains the number of hours during which the scheduled action occurs. Allowable values are in the range 0-23.
HourSpanuint321Range 0-23. The number of hours between scheduled events.
IsGMTBooleanFALSEIndicates whether the scheduled time is expressed in GMT. TRUE if the time is in GMT, FALSE if the time is in local time.

Values are:
TRUE
FALSE

MinuteDurationuint320Contains the number of minutes during which the scheduled action occurs. Allowable values are in the range 0-59.
MinuteSpanuint320Range 0-59. The number of minutes between scheduled events.
StartTimedatetimeSee “Date and Time Formats” at the beginning of this appendix.The date and time on which the scheduled action takes place.