Class WorkingTime
Represents a working time period
Inheritance
System.Object
WorkingTime
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 WorkingTime
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 |