Class WorkingTimes
Represents working times
Inheritance
System.Object
WorkingTimes
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class WorkingTimes
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> |