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

dtDate
The date which is currently selected.
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 which is currently selected.

Requirements

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

See Also