ITimeZone::get_DaylightDate
9/8/2008
The DialightDate propriedade obtém a data que um zona de tempo insere daylight-saving time. Uso depende se essa é uma data absoluta, como 5 de abril, ou um relativo data, como o primeiro domingo de abril.
Syntax
HRESULT get_DaylightDate(
DATE * pDate
);
Parameters
- pDate
[out] Referência ao objeto de data que define a data que um zona de tempo insere daylight-saving time. Para informações sobre o Data tipo, consulte IPOutlookApp::VariantTimeToSystemTime. Para informações sobre o SYSTEMTIME estrutura, 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
- Se IsDaylightAbsoluteDate é TRUE, ignorar o ano.
- Se IsDaylightAbsoluteDate é FALSE, use somente horas, minutos e segundos.
DialightDate é indefinido se SupportsDST é FALSE.
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
Pocket Outlook Object Model Interfaces