public class WorkingHoursCollection : System.Collections.ObjectModel.ObservableCollection<WorkingHourTimeRange>
By default, the workdays and working hours for all resources are the same.
Use this collection to override the default working hours for a specific resource.
Note that when a range which intersects with an existing range is added to this collection, the two ranges are merged, i.e., the collection consolidates them automatically. For example, if the collection contains a range from 9AM to 11AM, and another one is added spanning from 10AM to 12PM, the collection will contain only one item, which spans from 9AM to 12PM.
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+