Microsoft Internet Security and Acceleration Server 2004 SDK

StartDateYear Property of IFPCScheduledContentDownloadConfig[C++]

FPCScheduledContentDownloadConfig.StartDateYear [Visual Basic]

[C++]

The StartDateYear property gets or sets the year part of the date to start the content download job.

HRESULT get_StartDateYear(
  long* plStartDateYear
);

HRESULT put_StartDateYear(
  long lStartDateYear
);

Parameters

plStartDateYear
Pointer to a variable that on return receives a 32-bit integer specifying the year part of the date to start the content download job.
lStartDateYear
A 32-bit integer that specifies the year part of the date to start the content download job.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value corresponds to the year when the content download job was created, and its range of permissible values is from 1601 to 9999.

The date to start the scheduled content download is specified in the form dd.mm.yyyy, where dd equals the two-digit day, mm equals the two-digit month, and yyyy equals the four-digit year. The day is set by the StartDateDay property, the month is set by the StartDateMonth property, and the year is set by this property.

[Visual Basic]

The StartDateYear property gets or sets the year part of the date to start the content download job.

Property StartDateYear As Long

Property Value

A 32-bit integer that specifies the year part of the date to start the content download job.

Remarks

This property is read/write. Its default value corresponds to the year when the content download job was created, and its range of permissible values is from 1601 to 9999.

The date to start the scheduled content download is specified in the form dd.mm.yyyy, where dd equals the two-digit day, mm equals the two-digit month, and yyyy equals the four-digit year. The day is set by the StartDateDay property, the month is set by the StartDateMonth property, and the year is set by this property.

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

FPCScheduledContentDownloadConfig