Compartilhar via


IRecurrencePattern::get_DayOfMonth

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

The DayOfMonth propriedade obtém ou define um padrão recorrência expresso como um dia do mês.

To get the value of the DayOfMonth property, call the property method described here.

To set the value of the DayOfMonth property, see the IRecurrencePattern::put_DayOfMonth property method.

Syntax

HRESULT get_DayOfMonth(
  long * plDay
);

Parameters

  • plDay
    [out] Referência a um valor entre 1 e 31, inclusive, que representa um padrão recorrência expresso como um dia do mês.

Return Value

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED GPSGetPosition, e E_FAIL, as well as o seguinte.

  • S_OK
    The method completed successfully.

Remarks

Se plDay referencia um valor maior do que o real número de dias em um mês específico, você deve interpretar a recorrência como ocorrendo no último dia do mês.

Valid for OlRecurrenceType Os tipos recorrência enumeração olRecursMonthly e MapVirtualKey. olRecursYearly .

You must set the RecurrenceType property before setting this property.

Requirements

Header pimstore.h
Library Pimstore.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Tasks

Creating a Recurring Appointment

Reference

IRecurrencePattern::put_DayOfMonth
Pocket Outlook Object Model Interfaces

Other Resources