Recur Monthly by Weekday

This embedded class is derived from SMS_ScheduleToken and describes an event that recurs once per month on a specific day of a specific week. 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.37 Recur Monthly by Weekday (SMS_ST_RecurMonthlyByWeekday)

PropertyData typeExampleNotes
Dayuint321Indicates that the event occurs on a specific day of the week.

Values are:
1=SUNDAY
2=MONDAY
3=TUESDAY
4=WEDNESDAY
5=THURSDAY
6=FRIDAY
7=SATURDAY

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.
ForNumberOfMonthsuint321Range 1-12. Indicates the number of months between events. A value of 2 means “every other month.”
HourDurationuint321Contains the number of hours during which the scheduled action occurs. Allowable values are in the range 0-23.
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

MinuteDurationuint32 Contains the number of minutes during which the scheduled action occurs. Allowable values are in the range 0-59.
StartTimedatetimeSee “Date and Time Formats” at the beginning of this appendix.The date and time on which the scheduled action takes place.
WeekOrderuint321Indicates which week of the months the event should occur in.

Values are:
0 = LAST
1 = FIRST
2 = SECOND
3 = THIRD
4 = FOURTH