OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Filter.Range Class / IncludeMax Property



In This Topic
    IncludeMax Property
    In This Topic
    Indicates if MaxValue should be included, or ignored.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    Public Property IncludeMax As Boolean
    'Usage
     
    
    Dim instance As Filter.Range
    Dim value As Boolean
     
    instance.IncludeMax = value
     
    value = instance.IncludeMax
    [DataMember(false)]
    public bool IncludeMax {get; set;}
    [DataMember(false)]
    public:
    property bool IncludeMax {
       bool get();
       void set (    bool value);
    }
    Remarks
    Default value is true.
    Requirements

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

    See Also