The SMS_ST_RecurInterval Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a schedule token for events that occur at regular intervals, for example, every 10 days.

The following syntax is simplified from Managed Object Format (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;
};

Methods

The SMS_ST_RecurInterval class does not define any methods.

Properties

DayDuration


Data type: UInt32Access type: Read/WriteQualifiers: NoneSee SMS_ScheduleToken Server WMI Class.
DaySpan


Data type: UInt32Access type: Read/WriteQualifiers: [Range("0-31")]Number of days spanning schedule intervals. Allowable values are in the range 0-31. The default value is 0.
HourDuration


Data type: UInt32Access type: Read/WriteQualifiers: [Range("0-23")]See SMS_ScheduleToken Server WMI Class.
HourSpan


Data type: UInt32Access type: Read/WriteQualifiers: [Range("0-23")]Number of hours spanning schedule intervals. Allowable values are in the range 0-23. The default value is 0.
IsGMT


Data type: BooleanAccess type: Read/WriteQualifiers: NoneSee SMS_ScheduleToken Server WMI Class.
MinuteDuration


Data type: UInt32Access type: Read/WriteQualifiers: [Range("0-59")]See SMS_ScheduleToken Server WMI Class.
MinuteSpan


Data type: UInt32Access type: Read/WriteQualifiers: [Range("0-59")]Number of minutes spanning schedule intervals. Allowable values are in the range 0-59. The default value is 0.
StartTime


Data type: DateTimeAccess type: Read/WriteQualifiers: NoneSee SMS_ScheduleToken Server WMI Class.

Remarks

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.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.