Microsoft Internet Security and Acceleration Server 2004 SDK

StartHour Property of IFPCLogSummaryConfiguration[C++]

FPCLogSummaryConfiguration.StartHour [Visual Basic]

[C++]

The StartHour property gets or sets the hour at which the generation of daily log summaries will start. It is used together with the StartMinutes property to set the start time.

HRESULT get_StartHour(
  long* plHour
);

HRESULT put_StartHour(
  long lHour
);

Parameters

plHour
Pointer to a variable that on return receives a 32-bit integer specifying the hour at which the generation of daily log summaries will start.
lHour
A 32-bit integer that specifies the hour at which the generation of daily log summaries will start. The value must be between 0 and 23.

Return Values

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 0.

The default time at which the generation of daily log summaries starts is 00:30 (12:30 A.M.).

[Visual Basic]

The StartHour property gets or sets the hour at which the generation of daily log summaries will start. It is used together with the StartMinutes property to set the start time.

Property StartHour As Long

Property Value

A 32-bit integer that specifies the hour at which the generation of daily log summaries will start. The value must be between 0 and 23.

Remarks

This property is read/write. Its default value is 0.

The default time at which the generation of daily log summaries starts is 00:30 (12:30 A.M.).

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

FPCLogSummaryConfiguration