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



In This Topic
    IncludeMin Property
    In This Topic
    Indicates if MinValue should be included, or ignored.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    Public Property IncludeMin As Boolean
    'Usage
     
    
    Dim instance As Filter.Range
    Dim value As Boolean
     
    instance.IncludeMin = value
     
    value = instance.IncludeMin
    [DataMember(false)]
    public bool IncludeMin {get; set;}
    [DataMember(false)]
    public:
    property bool IncludeMin {
       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