dbicDropDate Send comments on this topic.
IncludeDays Property
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : IncludeDays Property

Determines if the date values will include the day names.

Syntax

Visual Basic (Declaration) 
Public Property IncludeDays As Boolean
C# 
public bool IncludeDays {get; set;}

Property Value

Boolean

Remarks

If this property is set to true, the day names are defined in the DayNames property.

Requirements

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

See Also