A newer version of this page is available.
Switch to the current version.
TimeInterval.Start Property
Gets or sets the start date and time of the time interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public virtual DateTime Start { get; set; }
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
Public Overridable Property Start As Date
Property Value
Type | Description |
---|---|
DateTime | A DateTime value representing the start of the time interval. |
Remarks
The Start property and the TimeInterval.Duration property specify the value of the TimeInterval.End property for the time interval. This value is always calculated as End = Start + Duration.
Note: If the TimeInterval.AllDay property is set to true, then the start date of the time interval is the Date of the Start, and the start time of the interval is 0:00.
See Also
Feedback