Class WorkWeekDay
Represents a day in a working week
Inheritance
System.Object
WorkWeekDay
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 WorkWeekDay
Constructors
WorkWeekDay()
Declaration
public WorkWeekDay()
Properties
DayType
Gets or sets the type of day
Declaration
public DayType DayType { get; set; }
Property Value
Type |
---|
DayType |
DayWorking
Checks whether the specified date or day type is working
Declaration
public bool DayWorking { get; set; }
Property Value
Type |
---|
System.Boolean |
DayWorkingString
Gets or sets the value indicating whether the specified date or day type is working.
Declaration
public string DayWorkingString { get; set; }
Property Value
Type | Description |
---|---|
System.String | The string that specifies whether the specified date or day type is working. |