Scheduler for WinRT
VisibleDates Property


Gets the list of currently visible dates. Changing this list might affect the next properties:
Syntax
'Declaration
 
<C1DescriptionAttribute("現在表示されている日付のリストを取得します。")>
<C1CategoryAttribute()>
Public ReadOnly Property VisibleDates As C1.Xaml.Calendar.DateList
'Usage
 
Dim instance As C1Scheduler
Dim value As C1.Xaml.Calendar.DateList
 
value = instance.VisibleDates
[C1Description("現在表示されている日付のリストを取得します。")]
[C1Category()]
public C1.Xaml.Calendar.DateList VisibleDates {get;}
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

C1Scheduler Class
C1Scheduler Members

 

 


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