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


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

    Property Value

    A System.DateTime that represents the maximum 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