COleDateTime::ParseDateTime

Call this member function to read a date/time value from a string and sets the value of COleDateTime.

Syntax

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

At a Glance

Header file: Afxdisp.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

COleDateTime Overview, COleDateTime Member Functions, Automation Types,COleDateTime::GetStatus