MindFusion.Wpf Pack Programmer's Guide
TimetableSettings.EndTime Property
See Also
 





Gets or sets the end time of the timetable, expressed in minutes since the beginning of the day.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public int EndTime { get; set; }

Visual Basic  Copy Code

Public Property EndTime As Integer

 Property Value

An integer value specifying the end time in minutes. The allowed values range from 0 to 2880.

Unsetting the Property Value

Unset the local value of this property to use the corresponding value from the current theme. To unset the property value, call ClearValue on the settings containing the property and pass a reference to the DependencyProperty representing the property.

 Remarks

Specifying value for this property which is smaller than the value of StartTime is permissible. This indicates that the end value represents time from the next day. For example if StartTime is set to 600 (10:00 AM) and EndTime is set to 480 (8:00 AM), then each column in the view represents the time from 10:00 AM until 8:00 AM on the following day. Specifying 1920 (480 + 1440) for the EndTime yields the same result.

 Note

It is possible to specify more than 24 hours to be displayed in a single timetable column. Doing so though might lead to ambiguities because certain periods of time will appear in more than one place (for example, a period will appear once at the end of a column and again in the beginning of the next one).

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.Wpf Namespace
StartTime Property
CellTime Property