RecurringReportJobDaysOfWeek Property of the IFPCReportJob Interface

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

[C++]
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 days of the week on which a weekly report job will run.

Return Value

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

[Visual Basic]
Property RecurringReportJobDaysOfWeek As FpcDaysOfWeek

Property Value

Bitmask of the FpcDaysOfWeek enumerated type that specifies the days 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

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCReportJob


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.