adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeRange Class / Greater Than Operator

In This Topic
    Greater Than Operator
    In This Topic
    Syntax
    'Declaration
     
    
    Public Operator >( _
       ByVal left As DateTimeRange, _
       ByVal right As DateTimeRange _
    ) As Boolean
    public bool operator >( 
       DateTimeRange left,
       DateTimeRange right
    )

    Parameters

    left
    right
    See Also