Repeat_Time Period Field

Reference:        Repeat_Time

This field captures the period for repeating the script.  The choices are:

Daily

Every day.

Weekly

Every week on the same day.

Monthly

Every month on the same day.

SemiMonthly

On the 15th and last day of each month

StartOfMonth

On the first of the month

EndOfMonth

On the last day of the month

WeekDays

Only on weekdays.  Weekends are skipped.

WeekEnds

Only on weekends.  Weekdays are skipped.

Hours

Every <number> hours.

Days

Every <number> days.

Minutes

Every <number> minutes.

Seconds

Every <number> seconds

The Hours, Days, Minutes, and Seconds values may be abbreviated H, D, M, and S.  The Monthly value can drift if you start the script on either the 29th, 30th, or 31st of a month, due to the differing number of days contained in the months and the fact that the next starting time is a function of the current time, NOT the original time.  EndOfMonth should be used in place of Monthly to operate a script on the last day of each month.