[]
Provides data for the BeforeTimeFormat event of the C1Schedule control.
public class BeforeTimeFormatEventArgs : EventArgs
| Name | Description |
|---|---|
| Background | Gets or sets Color value specifying custom background color for the time interval element. |
| Duration | Gets the TimeSpan value determining the duration of the time interval to format. |
| Group | Gets the ScheduleGroupItem object which is currently formatted. |
| Start | Gets the DateTime value determining the start date and time of the time interval to format. |
| WorkTime | Gets or sets a value indicating whether time interval should be displayed as a working time. |