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

Gets or sets the top time displayed.

Syntax

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