Platform SDK: Exchange 2000 Server

SecondsOfMinute Property

[This is preliminary documentation and subject to change.]

The seconds of a minute spanned by the recurrence pattern.

[Visual Basic,VBScript]
Property SecondsOfMinute As IIntegers
Read-Only
[C++]
HRESULT get_SecondsOfMinute(IIntegers* pVal);
[IDL]
HRESULT [propget] SecondsOfMinute([out,retval] IIntegers* pVal);

Remarks

This property is stored as an integer collection using the IIntegers interface. Each integer in the collection identifies a second in the minute spanned by the recurrence pattern. Possible values range from 1 to 60, where 1 denotes the first second of the minute, and 60 denotes the last.