ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / Date Class / Less Than Operator

In This Topic
    Less Than Operator (Date)
    In This Topic
    Syntax
    'Declaration
     
    Public Operator <( _
       ByVal date1 As Date, _
       ByVal date2 As Date _
    ) As Boolean
    public bool operator <( 
       Date date1,
       Date date2
    )

    Parameters

    date1
    date2
    See Also