Microsoft Internet Security and Acceleration Server 2004 SDK

IFPCScheduledContentDownloadConfig::SetDailyFrequency[C++]

FPCScheduledContentDownloadConfig.SetDailyFrequency [Visual Basic]

[C++]

The SetDailyFrequency method sets the hour and minute parts of the start and end times for repeated runs on a single day.

HRESULT SetDailyFrequency(
  long StartTimeHour,
  long StartTimeMinute,
  long EndTimeHour,
  long EndTimeMinute
);

Parameters

StartTimeHour
[in] The hour part of the start time for repeated runs on a single day.
StartTimeMinute
[in] The minute part of the start time for repeated runs on a single day.
EndTimeHour
[in] The hour part of the end time for repeated runs on a single day.
EndTimeMinute
[in] The minute part of the end time for repeated runs on a single day.

Return Values

This method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This method sets the DailyFreqStartHour, DailyFreqStartMinute, DailyFreqEndHour, and DailyFreqEndMinute properties.

[Visual Basic]

The SetDailyFrequency method sets the hour and minute parts of the start and end times for repeated runs on a single day.

Sub SetDailyFrequency( _
  ByVal StartTimeHour As Long, _
  ByVal StartTimeMinute As Long, _
  ByVal EndTimeHour As Long, _
  ByVal EndTimeMinute As Long _
)

Parameters

StartTimeHour
[in] The hour part of the start time for repeated runs on a single day.
StartTimeMinute
[in] The minute part of the start time for repeated runs on a single day.
EndTimeHour
[in] The hour part of the end time for repeated runs on a single day.
EndTimeMinute
[in] The minute part of the end time for repeated runs on a single day.

Return Values

This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.

Remarks

This method sets the DailyFreqStartHour, DailyFreqStartMinute, DailyFreqEndHour, and DailyFreqEndMinute properties.

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