Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CalendarInfo Class / LastDate Property

In This Topic
    LastDate Property
    In This Topic
    Gets or sets the System.DateTime value specifying maximum date allowed.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("CalendarInfo")>
    <C1DescriptionAttribute("CalendarInfo.LastDate", "The maximum date allowed.")>
    Public Property LastDate As Date
    [C1Category("CalendarInfo")]
    [C1Description("CalendarInfo.LastDate", "The maximum date allowed.")]
    public DateTime LastDate {get; set;}
    See Also