adTempus API
ArcanaDevelopment.adTempus.Shared.Extensibility Namespace / IVersionRange Interface / IsInRange Method


In This Topic
    IsInRange Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function IsInRange( _
       ByVal version As Version _
    ) As Boolean
    bool IsInRange( 
       Version version
    )
    bool IsInRange( 
       Version^ version
    ) 

    Parameters

    version
    See Also