Class WorkingTimes
Represents working times
Inheritance
System.Object
WorkingTimes
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class WorkingTimes : Object
Constructors
WorkingTimes()
Declaration
public WorkingTimes()
Properties
Items
Defines the working time during the weekday
Declaration
public List<WorkingTime> Items { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<WorkingTime> |