IFPCLogSummaryConfiguration::StartMinutes property

Applies to: desktop apps only

The StartMinutes property gets or sets the minute during the hour specified by the StartHour property at which the generation of daily log summaries will start.

This property is read/write.

Syntax

HRESULT put_StartMinutes(
  long lStartMinutes
);

HRESULT get_StartMinutes(
  long *plStartMinutes
);
' Data type: Long

Property StartMinutes( _
  ByVal lStartMinutes As long, _
  ByVal plStartMinutes As long _
) As Long

Property value

A 32-bit integer that specifies the minute during the hour specified by the StartHour property at which the generation of daily log summaries will start.

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 30, and its range of permissible values is from 0 through 59.

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

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

FPCDailysumConfig

 

 

Build date: 7/12/2010