Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.SchedTimeHour Property

Gets or sets the time, in full hours, to start fetching.

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.SchedTimeHour [ = lSchedTimeHour ]

C++ Syntax[C++]

HRESULT get_SchedTimeHour(
  long *plSchedTimeHour
);
 
HRESULT put_SchedTimeHour(
  long lSchedTimeHour
);

Parameters

lSchedTimeHour
Long value that specifies the hour to start fetching.

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig