Skip to main content

DateTimeRange(DateTime, DateTime) Constructor

Initializes a new instance of the DateTimeRange class with the specified settings.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public DateTimeRange(
    DateTime start,
    DateTime end
)

Parameters

Name Type Description
start DateTime

A DateTime object that represents the time range start.

end DateTime

A DateTime object that represents the time range end.

See Also