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

The left most date in the row where the click occured.

Syntax

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

Property Value

DateTime

Remarks

Because of trailing dates, the date represented here may be from the previous month (and year) when compared to the CalendarDate property. Also note, that even if TrailingDates is set to false (hiding them), the respective date that would be displayed in the control is still supplied to this property.

Requirements

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

See Also