Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The StartDateDay property gets or sets the day part of the date to start the content download job.
C++
HRESULT put_StartDateDay(
long lStartDateDay
);
HRESULT get_StartDateDay(
long* plStartDateDay
);
Parameters
lStartDateDay
A 32-bit integer that specifies the day part of the date to start the content download job.plStartDateDay
Pointer to a variable that on return receives a 32-bit integer specifying the day part of the date to start the content download job.
Return Value
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Visual Basic
Property StartDateDay As Long
Property Value
A 32-bit integer that specifies the day part of the date to start the content download job.
Remarks
This property is read/write. Its default value corresponds to the day of the month when the content download job was created, and its range of permissible values is from 1 to 31.
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 this property, the month is set by the StartDateMonth property, and the year is set by the StartDateYear property.
Requirements
| Client | Requires Windows 7 or Windows Vista. |
| Server | Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2. |
| Version | Requires Forefront Threat Management Gateway (TMG) 2010. |
| IDL | Declared in Msfpccom.idl. |
| DLL | Requires Msfpccom.dll. |
See Also
FPCScheduledContentDownloadConfig
Send comments about this topic to Microsoft
Build date: 6/30/2010