Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
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.
This property is read-only.
Syntax
HRESULT get_RecurringReportJobDaysOfWeek(
FpcDaysOfWeek *pDaysOfWeek
);
' Data type: FpcDaysOfWeek
Property RecurringReportJobDaysOfWeek( _
ByVal pDaysOfWeek As FpcDaysOfWeek _
) 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.
Error codes
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.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010