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

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

Syntax

Visual Basic (Declaration) 
Public Property Start As Integer
C# 
public int Start {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