dbicDayView Send comments on this topic.
dbiColumnType Constructor(DateTime)
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiColumnType Class > dbiColumnType Constructor : dbiColumnType Constructor(DateTime)

dtDate
The date for the column.
Creates a new instance of the dbiColumnType setting the Date Property

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dtDate As Date _
)
C# 
public dbiColumnType( 
   DateTime dtDate
)

Parameters

dtDate
The date for the column.

Return Value

dbiColumnType

Requirements

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

See Also