Microsoft Internet Security and Acceleration Server 2004 SDK

RecurringReportJobDayOfMonth Property of IFPCReportJob[C++]

FPCReportJob.RecurringReportJobDayOfMonth [Visual Basic]

[C++]

The RecurringReportJobDayOfMonth property gets the day of the month on which a monthly report job will run.

HRESULT get_RecurringReportJobDayOfMonth(
  long* plDayOfMonth
);

Parameters

plDayOfMonth
Pointer to a 32-bit integer that is set on return to a long value specifying the day of the month.

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.

[Visual Basic]

The RecurringReportJobDayOfMonth property gets the day of the month on which a monthly report job will run.

Property RecurringReportJobDayOfMonth As Long

Property Value

A 32-bit integer that specifies the day of the month.

Remarks

This property is read-only.

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