SMS_ST_NonRecurring 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_NonRecurring Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents a schedule token for non-recurring events.

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

Class SMS_ST_NonRecurring : SMS_ScheduleToken
{
      UInt32 DayDuration;
      UInt32 HourDuration;
      Boolean IsGMT;
      UInt32 MinuteDuration;
      DateTime StartTime;
};

The SMS_ST_NonRecurring class does not define any methods.

DayDuration

Data type: UInt32

Access type: Read/Write

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

See SMS_ScheduleToken Server WMI Class.

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.

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: