adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeRange Class / CompareTo Method / CompareTo(DateTimeRange) Method


In This Topic
    CompareTo(DateTimeRange) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function CompareTo( _
       ByVal other As DateTimeRange _
    ) As Integer
    public int CompareTo( 
       DateTimeRange other
    )
    public:
    int CompareTo( 
       DateTimeRange^ other
    ) 

    Parameters

    other
    See Also