Share via


SMS_ST_RecurInterval

The SMS_ST_RecurInterval WMI class enables scheduling of events that occur at regular intervals, such as every ten days, as opposed to designated dates and times.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_ST_RecurInterval : SMS_ScheduleToken
{
  uint32 DayDuration;
  uint32 DaySpan;
  uint32 HourDuration;
  uint32 HourSpan;
  boolean IsGMT;
  uint32 MinuteDuration;
  uint32 MinuteSpan;
  datetime StartTime;
};

Properties

  • DayDuration
    Data type: uint32

    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. Default is 0, indefinitely.

  • DaySpan
    Data type: uint32

    Number of days spanning schedule intervals. Allowable values are in the range 0 - 31. Default is 0.

  • HourDuration
    Data type: uint32

    Number of hours during which the scheduled action occurs. Allowable values are in the range 0 - 23. Default is 0, no duration.

  • HourSpan
    Data type: uint32

    Number of hours spanning schedule intervals. Allowable values are in the range 0 - 23. Default is 0.

  • IsGMT
    Data type: boolean

    Indicates whether the time is GMT. A value of FALSE means local time is used. Default is false, local time.

  • MinuteDuration
    Data type: uint32

    Number of minutes during which the scheduled action occurs. Allowable values are in the range 0 - 59. Default is 0, no duration.

  • MinuteSpan
    Data type: uint32

    Number of minutes spanning schedule intervals. Allowable values are in the range 0 - 59. Default is 0.

  • StartTime
    Data type: datetime

    Date and time when the scheduled action takes place. Default is January, 1, 1990.

See Also

Scheduling Classes, SMS_ScheduleMethods, SMS_ScheduleToken, SMS_ST_NonRecurring, SMS_ST_RecurMonthlyByDate, SMS_ST_RecurMonthlyByWeekday, SMS_ST_RecurWeekly