Scheduler for WinRT
WorkDays Property (CalendarHelper)


Gets or sets the WorkDays object containing the set of working days in one week.
Syntax
'Declaration
 
<C1DescriptionAttribute("週の稼働日のリストです。")>
Public Property WorkDays As WorkDays
'Usage
 
Dim instance As CalendarHelper
Dim value As WorkDays
 
instance.WorkDays = value
 
value = instance.WorkDays
[C1Description("週の稼働日のリストです。")]
public WorkDays WorkDays {get; set;}
Remarks
Note: WorkingWeekView style should set VisualTimeSpan property to 7 days. The actual number of displayed days will depend on the WorkDays list.
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

CalendarHelper Class
CalendarHelper Members

 

 


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