Microsoft Internet Security and Acceleration Server 2004 SDK

DailyMinute Property of IFPCScheduledContentDownloadConfig[C++]

FPCScheduledContentDownloadConfig.DailyMinute [Visual Basic]

[C++]

The DailyMinute property gets or sets the minute part of the time for a one-time run on a single day.

HRESULT get_DailyMinute(
  long* plMinute
);

HRESULT put_DailyMinute(
  long lMinute
);

Parameters

plMinute
Pointer to a variable that on return receives a 32-bit integer specifying the minute part of the time for a one-time run on a single day.
lMinute
A 32-bit integer that specifies the minute part of the time for a one-time run on a single day.

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

[Visual Basic]

The DailyMinute property gets or sets the minute part of the time for a one-time run on a single day.

Property DailyMinute As Long

Property Value

A 32-bit integer that specifies the minute part of the time for a one-time run on a single day.

Remarks

This property is read/write. Its default value is 0, and its range of permissible values is from 0 to 59.

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