dbicDate Send comments on this topic.
CalendarDate Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > WeekNumberClickEventArgs Class : CalendarDate Property

A datetime value representing the month and year displayed where the click occured.

Syntax

Visual Basic (Declaration) 
Public Property CalendarDate As Date
C# 
public DateTime CalendarDate {get; set;}

Property Value

DateTime

Remarks

This date will always have a Day value of 1, but the Month and Year values will correspond to the calendar where the click occured.

Requirements

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

See Also