Class WorkingTime
Represents a working time period
Inheritance
System.Object
WorkingTime
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class WorkingTime : Object
Constructors
WorkingTime()
Declaration
public WorkingTime()
Properties
FromTime
Gets or sets the beginning of the working time.
Declaration
public TimeSpan FromTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The beginning of the working time. |
FromTimeSpecified
Checks whether the beginning of the working time is specified
Declaration
public bool FromTimeSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
FromTimeString
Gets or sets the beginning of the working time
Declaration
public string FromTimeString { get; set; }
Property Value
Type |
---|
System.String |
ToTime
Gets or sets the end of the working time
Declaration
public TimeSpan ToTime { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The end of the working time. |
ToTimeSpecified
Checks whether the end of the working time is specified
Declaration
public bool ToTimeSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
ToTimeString
Gets or sets the end of the working time
Declaration
public string ToTimeString { get; set; }
Property Value
Type |
---|
System.String |