Scheduler for WinRT
FirstDate Property


Gets or sets the System.DateTime value specifying minimum date allowed.
Syntax
'Declaration
 
<C1DescriptionAttribute("The minimum date allowed.")>
<C1CategoryAttribute()>
Public Property FirstDate As Date
'Usage
 
Dim instance As CalendarInfo
Dim value As Date
 
instance.FirstDate = value
 
value = instance.FirstDate
[C1Description("The minimum date allowed.")]
[C1Category()]
public DateTime FirstDate {get; set;}
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

Reference

CalendarInfo Class
CalendarInfo Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.