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


In This Topic
    Greater Than or Equal 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
    )
    public:
    bool operator >=( 
       DateTimeRange^ left,
       DateTimeRange^ right
    )

    Parameters

    left
    right
    See Also