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.
Applies to: desktop apps only
The DailyFreqTimeUnits property gets or sets a value from the FpcTimeScale enumerated type that specifies the time units of the repetition time for repeated runs on a single day.
This property is read/write.
Syntax
HRESULT put_DailyFreqTimeUnits(
FpcTimeScale TimeUnits
);
HRESULT get_DailyFreqTimeUnits(
FpcTimeScale *pTimeUnits
);
' Data type: FpcTimeScale
Property DailyFreqTimeUnits( _
ByVal TimeUnits As FpcTimeScale, _
ByVal pTimeUnits As FpcTimeScale _
) As FpcTimeScale
Property value
Value from the FpcTimeScale enumerated type that specifies the time units of the repetition time for repeated runs on a single day. Only the fpcTimeInMinutes and fpcTimeInHours values are allowed.
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 is fpcTimeInHours.
A repeated run takes place every time that the specified time elapses. For example, it can take place every three minutes or every 12 hours. For example, to set the repetition time to 12 hours, set the number of units (12) using the DailyFreqTimeValue property and the time units (hours) using this 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