BetweenRestrictionOfNullableOfDateTime


Description

A restriction specifying the allowable range of values for a date/time property of a criteria object.

Properties

Property

Type

Length

Default

Description

From

dateTime

N/A

N/A

The lowest value the dateTime property can be equal to.

To

dateTime

N/A

N/A

The highest value the dateTime property can be equal to.

GreaterThan

dateTime

N/A

N/A

The value the dateTime property must be greater than.

LessThan

dateTime

N/A

N/A

The value the dateTime property must be less than.


Inherits from

ListRestrictionOfNullableOfDateTime


Documentation Feedback