Microsoft Internet Security and Acceleration Server 2004 SDK

RecurringReportJobDaysOfWeek Property of IFPCReportJob[C++]

FPCReportJob.RecurringReportJobDaysOfWeek [Visual Basic]

[C++]

The RecurringReportJobDaysOfWeek property gets a bitmask of the FpcDaysOfWeek enumerated type that specifies the day of the week on which a weekly report job will run.

HRESULT get_RecurringReportJobDaysOfWeek(
  FpcDaysOfWeek* pDaysOfWeek
);

Parameters

pDaysOfWeek
Pointer to a value from the FpcDaysOfWeek enumerated type that is set on return to the bitmask specifying the day of the week on which a weekly report job will run.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It is set by calling the SetAsMultipleDaysReportJob method.

Each of the first seven bits in the bitmask corresponds to a day of the week. Bit 0 corresponds to Sunday, bit 1 corresponds to Monday, and so on.

[Visual Basic]

The RecurringReportJobDaysOfWeek property gets a bitmask of the FpcDaysOfWeek enumerated type that specifies the day of the week on which a weekly report job will run.

Property RecurringReportJobDaysOfWeek As FpcDaysOfWeek

Property Value

Bitmask of the FpcDaysOfWeek enumerated type that specifies the day of the week on which a weekly report job will run.

Remarks

This property is read-only. It is set by calling the SetAsMultipleDaysReportJob method.

Each of the first seven bits in the bitmask corresponds to a day of the week. Bit 0 corresponds to Sunday, bit 1 corresponds to Monday, and so on.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCReportJob