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 |
---|---|
Retrieves the StartDate property. Opnum: 7 |
|
Sets the StartDate property. Opnum: 8 |
|
Retrieves the EndDate property. Opnum: 9 |
|
Sets the EndDate property. Opnum: 10 |
|
Retrieves the StartTime property Opnum: 11 |
|
Sets the StartTime property Opnum: 12 |
|
Retrieves the Days property. Opnum: 13 |
|
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.