<< Return to Main Index

< Return to Class Index

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.

See Also

CGXDateTimeCtrl::m_strDelim