Skip to main content
A newer version of this page is available. .

DateTimeRange(DateTime, DateTime) Constructor

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

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