dbicDayView Send comments on this topic.
TimeEnd Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : TimeEnd Property

Gets or sets the end time for the columns.

Syntax

Visual Basic (Declaration) 
Public Overridable Property TimeEnd As Integer
C# 
public virtual int TimeEnd {get; set;}

Property Value

Integer

Remarks

This property is based on the number of minutes since midnight.  If this property is set to 0, the time will end at 12:00 am, a value of 1020 indicates 5:00 pm, etc. 

The start time for the columns is defined in the TimeStart property.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also