Nevron.Nov Namespace / NTimeSpan Structure / Less Than or Equal Operator
In This Topic
    Less Than or Equal Operator (NTimeSpan)
    In This Topic
    Returns true if the t1 is less or equal than t2
    Syntax
    public System.bool operator <=( 
       NTimeSpan t1,
       NTimeSpan t2
    )

    Parameters

    t1
    t2
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also