SMS_ST_RecurMonthlyByDate Server WMI Class

The SMS_ST_RecurMonthlyByDate Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a schedule token for events that occur on designated days at designated monthly intervals, for example, every third month on the 15th day of the month.

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

Syntax

Class SMS_ST_RecurMonthlyByDate : SMS_ScheduleToken  
{  
      UInt32 DayDuration;  
      UInt32 ForNumberOfMonths;  
      UInt32 HourDuration;  
      Boolean IsGMT;  
      UInt32 MinuteDuration;  
      UInt32 MonthDay;  
      DateTime StartTime;  
};  

Methods

The SMS_ST_RecurMonthlyByDate class does not define any methods.

Properties

DayDuration
Data type: UInt32

Access type: Read/Write

Qualifiers: None

See SMS_ScheduleToken Server WMI Class.

ForNumberOfMonths
Data type: UInt32

Access type: Read/Write

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

Number of months for the 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.

MonthDay
Data type: UInt32

Access type: Read/Write

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

Day of the month on which the action occurs. Allowable values are in the range 0-31. The default value is 0, indicating the last day of the month.

StartTime
Data type: DateTime

Access type: Read/Write

Qualifiers: None

See SMS_ScheduleToken Server WMI Class.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_ScheduleToken Server WMI Class