CGXDateTimeCtrl::ParseTextWithCurrentFormat
ParseTextWithCurrentFormat(const CString& str, const CGXStyle* pOldStyle, CStringArray& strArray );
str
The string that is to be parsed.
pOldStyle
The style for the cell.
strArray
The string array in which the parsed strings will be returned as elements.
Remarks
This function will be called from SetControlText to parse the text given to it. The parsing is done by calling COleDateTime::ParseTime.