The SMS_ScheduleToken class is an abstract, embedded parent class of other classes that handle the scheduling of events with differing frequencies, such as daily, weekly, and monthly. You will see SMS_ScheduleToken in array properties of other classes in this category. 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.33 Schedule Token (SMS_ScheduleToken)
Property | Data type | Example | Notes |
---|---|---|---|
DayDuration | uint32 | 0 | Contains 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. |
HourDuration | uint32 | 1 | Contains the number of hours during which the scheduled action occurs. Allowable values are in the range 0-23. |
IsGMT | Boolean | FALSE | Indicates 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: |
MinuteDuration | uint32 | 0 | Contains the number of minutes during which the scheduled action occurs. Allowable values are in the range 0-59. |
StartTime | datetime | See “Date and Time Formats” at the beginning of this appendix. | The date and time on which the scheduled action takes place. |