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

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