Skip to content

Latest commit

 

History

History
130 lines (87 loc) · 3.96 KB

sms_st_recurinterval-server-wmi-class.md

File metadata and controls

130 lines (87 loc) · 3.96 KB
title titleSuffix description ms.date ms.subservice ms.service ms.topic ms.assetid author ms.author manager ms.localizationpriority ms.collection ms.reviewer
SMS_ST_RecurInterval Class
Configuration Manager
In Configuration Manager, the SMS_ST_RecurInterval Windows Management Instrumentation class is an SMS Provider server class that represents a schedule token for events that occur at regular intervals, such as every 10 days.
09/20/2016
sdk
configuration-manager
reference
1d3d70ee-36b2-41a7-b0a6-2a55f63aed0b
Banreet
banreetkaur
apoorvseth
low
tier3
mstewart,aaroncz

SMS_ST_RecurInterval Server WMI Class

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.

Syntax

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: UInt32

Access type: Read/Write

Qualifiers: None

See SMS_ScheduleToken Server WMI Class.

DaySpan
Data type: UInt32

Access type: Read/Write

Qualifiers: [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: UInt32

Access type: Read/Write

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

See SMS_ScheduleToken Server WMI Class.

HourSpan
Data type: UInt32

Access type: Read/Write

Qualifiers: [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: 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.

MinuteSpan
Data type: UInt32

Access type: Read/Write

Qualifiers: [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: 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