Gets or sets the TimeSpan value specifying the end of the working time.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
public TimeSpan EndDayTime { get; set; }
Visual Basic
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
Public Property EndDayTime As TimeSpan
	Get
	Set

See Also