Class TimePeriod
TimePeriod class
Inheritance
System.Object
TimePeriod
Namespace: Syncfusion.ProjIO
Assembly: Syncfusion.ProjIO.Base.dll
Syntax
public class TimePeriod : Object
Constructors
TimePeriod()
Declaration
public TimePeriod()
Properties
FromDate
Gets or sets the beginning of the exception time
Declaration
public DateTime FromDate { get; set; }
Property Value
Type |
---|
System.DateTime |
FromDateSpecified
Checks whether the beginning of the exception time is specified
Declaration
public bool FromDateSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
ToDate
Gets os sets the end of the exception time
Declaration
public DateTime ToDate { get; set; }
Property Value
Type |
---|
System.DateTime |
ToDateSpecified
Checks whether the end of the exception time is specified
Declaration
public bool ToDateSpecified { get; set; }
Property Value
Type |
---|
System.Boolean |