Microsoft Internet Security and Acceleration Server 2004 SDK

RunOnceReportJobPeriodEnd Property of IFPCReportJob[C++]

FPCReportJob.RunOnceReportJobPeriodEnd [Visual Basic]

[C++]

The RunOnceReportJobPeriodEnd property gets the concluding date of the period to be covered by a run-once report job.

HRESULT get_RunOnceReportJobPeriodEnd(
  DATE* pdEndDate
);

Parameters

pdEndDate
Pointer to a DATE that is set on return to the value specifying the concluding date of the period to be covered by a run-once report job.

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.

For a run-once report job, the RunOnceReportJobPeriodStart and RunOnceReportJobPeriodEnd properties define the period. Both of these properties can be set using the SetAsRunOnceReportJob method.

[Visual Basic]

The RunOnceReportJobPeriodEnd property gets the concluding date of the period to be covered by a run-once report job.

Property RunOnceReportJobPeriodEnd As Date

Property Value

Date value that specifies the concluding date of the period to be covered by a run-once report job.

Remarks

This property is read-only.

For a run-once report job, the RunOnceReportJobPeriodStart and RunOnceReportJobPeriodEnd properties define the period. Both of these properties can be set using the SetAsRunOnceReportJob method.

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