Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / C++ LtXmlLib20::CDateTimeSpan
In This Topic
    C++ LtXmlLib20::CDateTimeSpan
    In This Topic
    LtXmlLib20::CDateTimeSpan Class
    A primitive type to a represent a duration as defined by the XML w3c

    Base Classes:
    Implemented interfaces:
      Members Description  
        CDateTimeSpan Constructor for CDateTimeSpan  
        CompareTo Compares this date with another CDateTimeSpan  
        GetAsNegative Gets the current time span as a negative timespan  
        GetDays Gets the number of Days in the timespan  
        GetHours Gets the number of Hours in the timespan  
        GetMicroSeconds Gets the number of Micro Seconds in the timespan  
        GetMilliSeconds Gets the number of Milli Seconds in the timespan  
        GetMinutes Gets the number of Minutes in the timespan  
        GetMonths Gets the number of Months in the timespan  
        GetNanoSeconds Gets the number of Nano Seconds in the timespan  
        GetSeconds Gets the number of Seconds in the timespan  
        GetYears Gets the number of Years in the timespan  
        Negate Inverts the sign on the timespan, positive goes to negative and visa versa  
        operator= Populates this CDateTimeSpan from another object  
        operator== Compares this CDateTimeSpan to another CDateTimeSpan  
        operator!= Compares this CDateTimeSpan to another CDateTimeSpan  
        operator< Compares this CDateTimeSpan with another CDateTimeSpan  
        operator> Compares this CDateTimeSpan with another CDateTimeSpan  
        ParseXSDDuration Populates this CDateTimeSpan with the value specified as a valid XML duration ([-]P[nY][nM][nD][T[nH][nM][nS.ff]]).  
        SetDateTimeSpan Populates this CDateTimeSpan.  
        SetDays Sets the number of Days in the timespan  
        SetHours Sets the number of Hours in the timespan  
        SetMicroSeconds Sets the number of Micro Seconds in the timespan  
        SetMilliSeconds Sets the number of Milli Seconds in the timespan  
        SetMinutes Sets the number of Minutes in the timespan  
        SetMonths Sets the number of Months in the timespan  
        SetNanoSeconds Sets the number of Nano Seconds in the timespan  
        SetSeconds Sets the number of Seconds in the timespan  
        SetYears Sets the number of Years in the timespan  
        ToString Returns a std::string representation of this CDateTimeSpan ([-]P[nY][nM][nD][T[nH][nM][nS.ff]]).