Share via


IFPCScheduledContentDownloadConfig::StartDateMonth property

Applies to: desktop apps only

The StartDateMonth property gets or sets the month part of the date to start the content download job.

This property is read/write.

Syntax

HRESULT put_StartDateMonth(
  long lStartDateMonth
);

HRESULT get_StartDateMonth(
  long *plStartDateMonth
);
' Data type: Long

Property StartDateMonth( _
  ByVal lStartDateMonth As long, _
  ByVal plStartDateMonth As long _
) As Long

Property value

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

Error codes

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 month when the content download job was created, and its range of permissible values is from 1 to 12.

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 this property, and the year is set by the StartDateYear property.

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

FPCScheduledContentDownloadConfig

 

 

Build date: 7/12/2010