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