public void Set(CDateTime v) { m_strValue = v.ToString(); m_strType = "dateTime.iso8601"; }
public CXmlRpcValue(CDateTime v) { Set(v); }