Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / CalendarDateRange Class
Members


In This Topic
    CalendarDateRange Class
    In This Topic
    Represents a range of dates.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class CalendarDateRange 
    'Usage
     
    
    Dim instance As CalendarDateRange
    public sealed class CalendarDateRange 
    Remarks
    The range goes from a Start date to an End date.
    Inheritance Hierarchy

    System.Object
       Xceed.Maui.Toolkit.CalendarDateRange

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the date that will end the CalendarDateRange.  
    Public PropertyGets or sets the date that will start the CalendarDateRange.  
    Top
    Public Events
     NameDescription
    Public Event  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, 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