다음을 통해 공유


Interval Property

Topic Last Modified: 2006-06-13

The interval between any two recurring appointment instances generated by the pattern.

Applies To

IRecurrencePattern Interface

Type Library

Microsoft CDO for Exchange 2000 Library

DLL Implemented In

CDOEX.DLL

Syntax

Property Interval As Long
HRESULT get_Interval(long* pVal);HRESULT put_Interval(long Val);

Parameters

  • pVal
    Returns the value of the Interval property as a reference to a long.
  • Val
    Sets the value of the Interval property to the value of the long.