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

Gets or sets the ending time of the segment which were double-clicked.

Syntax

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

Property Value

Integer

Remarks

This property is based on the number of minutes since midnight. For example: 11:30 a.m. would return a value of 690

Requirements

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

See Also