Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / DateTimeFilter Class / MinDateTime Property


In This Topic
    MinDateTime Property
    In This Topic
    Gets the minimum date and time value of the filter.
    Syntax
    'Declaration
     
    Public ReadOnly Property MinDateTime As Date
    'Usage
     
    Dim instance As DateTimeFilter
    Dim value As Date
     
    value = instance.MinDateTime
    public DateTime MinDateTime {get;}

    Property Value

    A System.DateTime that represents the minimum date and time of the filter.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also