FirstVisibleTime Property (C1SchedulerSettings)
In This Topic
Gets or sets the
System.TimeSpan value representing the first visible time slot in a Day/Work Week views or in any custom view which has a
C1Scheduler.VisualIntervalScale value of less than one day.
Syntax
'Declaration
Public Property FirstVisibleTime As TimeSpan
public TimeSpan FirstVisibleTime {get; set;}
See Also