CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
A Range<TPrimitive> object for collecting a DateTime lower and upper limit. More...
Public Member Functions | |
DateRange () | |
Instantiates and Initialises a new instance of the DateRange class. More... | |
Additional Inherited Members | |
Properties inherited from Cqrs.Entities.Range< DateTime > | |
TPrimitive | From [get, set] |
The lower limit such as a from DateTime. More... | |
TPrimitive | To [get, set] |
The upper limit such as a to DateTime. More... | |
bool | IsFromInclusive [get, set] |
Is the value of From inclusive or not. Defaults to true. More... | |
bool | IsToInclusive [get, set] |
Is the value of To inclusive or not. Defaults to true. More... | |
A Range<TPrimitive> object for collecting a DateTime lower and upper limit.