In This Topic
    C++ operator>
    In This Topic

    bool operator>(const CDateTimeSpan& dateTimeSpan) const;

      Property Description  
        Argument dateTimeSpan  
        Return true if the result from CompareTo is CompareResult.greaterThan (for >)  
        Description Compares this CDateTimeSpan with another CDateTimeSpan.  
        Remarks Also See CompareTo