C1.Silverlight.Schedule.5
WeekendExceptions Property (CalendarHelper)

Gets or sets the System.Collections.ObjectModel.ObservableCollection`1 object which holds the list of weekend days which should be working.
Syntax
'Declaration
 
Public Property WeekendExceptions As System.Collections.ObjectModel.ObservableCollection(Of Date)
public System.Collections.ObjectModel.ObservableCollection<DateTime> WeekendExceptions {get; set;}
Remarks
Setting this property copies items from the new value to the underlying collection.
See Also

Reference

CalendarHelper Class
CalendarHelper Members

 

 


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