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

Determines the line color for the current date and time.

Syntax

Visual Basic (Declaration) 
Public Overridable Property CurrentTimeColor As Color
C# 
public virtual Color CurrentTimeColor {get; set;}

Property Value

Color

Remarks

This property is only displayed when the DisplayCurrentDate property and/or the DisplayCurrentTime property are set to true.  

Requirements

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

See Also