SMS_ST_RecurMonthlyByWeekday Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_ST_RecurMonthlyByWeekday WMI class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents a schedule token for events that occur for a specific day of the week, on a given week of the month, at a given monthly interval, for example, the second Saturday of every month.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_ST_RecurMonthlyByWeekday : SMS_ScheduleToken
{
      UInt32 Day;
      UInt32 DayDuration;
      UInt32 ForNumberOfMonths;
      UInt32 HourDuration;
      Boolean IsGMT;
      UInt32 MinuteDuration;
      DateTime StartTime;
      UInt32 WeekOrder;
};

The SMS_ST_RecurMonthlyByWeekday class does not define any methods.

Day

Data type: UInt32

Access type: Read/Write

Qualifiers: None

Day of the week when the event is scheduled to occur. Possible values are listed below. The default value is 1.

1

SUNDAY

2

MONDAY

3

TUESDAY

4

WEDNESDAY

5

THURSDAY

6

FRIDAY

7

SATURDAY

DayDuration

Data type: UInt32

Access type: Read/Write

Qualifiers: [Range("0-31")]

See SMS_ScheduleToken Server WMI Class.

ForNumberOfMonths

Data type: UInt32

Access type: Read/Write

Qualifiers: [Range("1-12")]

Number of months for recurrence. Allowable values are in the range 1-12. The default value is 1.

HourDuration

Data type: UInt32

Access type: Read/Write

Qualifiers: [Range("0-23")]

See SMS_ScheduleToken Server WMI Class.

IsGMT

Data type: Boolean

Access type: Read/Write

Qualifiers: None

See SMS_ScheduleToken Server WMI Class.

MinuteDuration

Data type: UInt32

Access type: Read/Write

Qualifiers: [Range("0-59")]

See SMS_ScheduleToken Server WMI Class.

StartTime

Data type: DateTime

Access type: Read/Write

Qualifiers: None

See SMS_ScheduleToken Server WMI Class.

WeekOrder

Data type: UInt32

Access type: Read/Write

Qualifiers: None

Week of the month when the event is scheduled to occur. Possible values are listed below. The default value is 0.

0

LAST

1

FIRST

2

SECOND

3

THIRD

4

FOURTH

Class qualifiers for this class include:

  • Embedded

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Show: