dbicCalendar Send comments on this topic.
DateEventArgs Constructor
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > DateEventArgs Class : DateEventArgs Constructor

dtDate
The Date for the event.
Initializes a new instance of the DateEventArgs class.

Syntax

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

Parameters

dtDate
The Date for the event.

Requirements

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

See Also