Esempio n. 1
0
bool WizXmlRpcTimeValue::write(WizXMLNode& nodeValue)
{
    QString str = WizDateTimeToIso8601String(m_t);
    nodeValue.setChildNodeText("dateTime.iso8601", str);
    return true;
}
Esempio n. 2
0
BOOL CWizXmlRpcTimeValue::Write(CWizXMLNode& nodeValue)
{
    CString str = WizDateTimeToIso8601String(m_t);
    nodeValue.SetChildNodeText(_T("dateTime.iso8601"), str);
	return TRUE;
}