Compartilhar via


ITask::get_DueDate

Windows Mobile SupportedWindows Embedded CE Supported

9/8/2008

The DueDate propriedade obtém ou define uma data e valor de tempo que indica quando a tarefa é devido. É a usar como padrão DATE_NONE.

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

To set the value of the DueDate propriedade, use o método propriedade ITask::put_DueDate.

Syntax

HRESULT get_DueDate(
   DATE * pst
);

Parameters

  • PST
    [out] Referência para o Data objeto que define o devido Data. Para obter informações sobre o tipo Date, consulte IPOutlookApp::VariantTimeToSystemTime. Para obter informações sobre a estrutura SYSTEMTIME, consulte SYSTEMTIME.

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

Datas devem estar definidas entre 1/1/1900 e 12/31/2999, inclusive.

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

Reference

ITask
Pocket Outlook Object Model Interfaces
ITask::put_DueDate

Other Resources

Pocket Outlook Object Model Enumerations