3.2.4.12 ISchedule

The ISchedule interface is used to specify when the data collector set runs.

The following properties MUST be implemented by the objects that implement the ISchedule interface.

Property

Read/write

Description

Days

RW

Specifies the days of the week on which the data collector set runs.

EndDate

RW

Specifies the ending date for when the schedule is valid. The value is stored in a VARIANT. Any VARIANT of type Date is a legal value for this type. The format and over-the-wire transmission of a VARIANT is specified in [MS-OAUT] section 2.2.29. The time portion of the VARIANT is ignored; only the date portion is used.

StartDate

RW

Specifies the date that the schedule becomes valid. The value is stored in a VARIANT. Any VARIANT of type Date is a legal value for this type. The format and over-the-wire transmission of a VARIANT is specified in [MS-OAUT] section 2.2.29. The time portion of the VARIANT is ignored; only the date portion is used.

StartTime

RW

Specifies the time of day when the data collector set starts. The value is stored in a VARIANT. Any VARIANT of type Date is a legal value for this type. The format and over-the-wire transmission of a VARIANT is specified in [MS-OAUT] section 2.2.29. The date portion of the VARIANT is ignored; only the time portion is used.

Methods in RPC Opnum Order

Method

Description

StartDate (Get)

Retrieves the StartDate property.

Opnum: 7

StartDate (Put)

 Sets the StartDate property.

Opnum: 8

EndDate (Get)

Retrieves the EndDate property.

Opnum: 9

EndDate (Put)

Sets the EndDate property.

Opnum: 10

StartTime (Get)

Retrieves the StartTime property

Opnum: 11

StartTime (Put)

Sets the StartTime property

Opnum: 12

Days (Get)

Retrieves the Days property.

Opnum: 13

Days (Put)

Sets the Days property.

Opnum: 14

Opnums 0, 1, and 2 are reserved for the IUnknown interface. Opnums 3, 4, 5, and 6 are reserved for the IDispatch interface.