CalendarDateRange(DateTime, DateTime) Constructor
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public CalendarDateRange(
DateTime start,
DateTime end
)
Public Sub New (
start As DateTime,
end As DateTime
)
new :
start : DateTime *
end : DateTime -> CalendarDateRange
Parameters
- start DateTime
-
The start of the range to be represented.
- end DateTime
- The end of the range to be represented.