Gets or sets the TimeSpan value specifying
the end of the working time.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)] public TimeSpan EndDayTime { get; set; } |
Visual Basic (Declaration) |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _ Public Property EndDayTime As TimeSpan Get Set |