Microsoft Internet Security and Acceleration Server 2004 SDK

StartTime Property of IFPCScheduledContentDownloadJobStatus[C++]

FPCScheduledContentDownloadJobStatus.StartTime [Visual Basic]

[C++]

The StartTime property gets the time at which the run of the content download job started.

HRESULT get_StartTime(
  DATE* pdTime
);

Parameters

pdTime
Pointer to a DATE that is set on return to a DATE value specifying the time at which the run of the content download job started.

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 StartTime property gets the time at which the run of the content download job started.

Property StartTime As Date

Property Value

Date value that specifies the time at which the run of the content download job started.

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

FPCScheduledContentDownloadJobStatus