COleDateTime::ParseDateTime

This method reads a date/time value from a string and sets the value of COleDateTime.

At a Glance

Header file: Afxdisp.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL ParseDateTime( LPCTSTR lpszDate, DWORD dwFlags = 0, LCID lcid = LANG_USER_DEFAULT ); throw( CMemoryException );
throw( COleException );

See Also

COleDateTime::GetStatus