Scheduler for WinRT
WorkDays Property (CalendarInfo)


Gets or sets the WorkDays object containing the set of working days in one week.
Syntax
'Declaration
 
<C1DescriptionAttribute("The list of working days of a week.")>
<C1CategoryAttribute()>
Public Property WorkDays As WorkDays
'Usage
 
Dim instance As CalendarInfo
Dim value As WorkDays
 
instance.WorkDays = value
 
value = instance.WorkDays
[C1Description("The list of working days of a week.")]
[C1Category()]
public WorkDays WorkDays {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.