Class NullableDateTimeSpecification
public class NullableDateTimeSpecification : NullablePrimitiveAttributeSpecificationBase<DateTime, NullableDateTimeSpecification>, IAttributeSpecification, IDateSpecification
- Inheritance
-
NullableDateTimeSpecification
- Implements
- Inherited Members
Methods
EarlierThan(DateTime)
public NullableDateTimeSpecification EarlierThan(DateTime other)
Parameters
otherDateTime
Returns
EarlierThan(RelativeDate)
public NullableDateTimeSpecification EarlierThan(RelativeDate other)
Parameters
otherRelativeDate
Returns
EarlierThanOrEqualTo(DateTime)
public NullableDateTimeSpecification EarlierThanOrEqualTo(DateTime other)
Parameters
otherDateTime
Returns
EarlierThanOrEqualTo(RelativeDate)
public NullableDateTimeSpecification EarlierThanOrEqualTo(RelativeDate other)
Parameters
otherRelativeDate
Returns
EqualTo(DateTime)
public NullableDateTimeSpecification EqualTo(DateTime other)
Parameters
otherDateTime
Returns
EqualTo(RelativeDate)
public NullableDateTimeSpecification EqualTo(RelativeDate other)
Parameters
otherRelativeDate
Returns
LaterThan(DateTime)
public NullableDateTimeSpecification LaterThan(DateTime other)
Parameters
otherDateTime
Returns
LaterThan(RelativeDate)
public NullableDateTimeSpecification LaterThan(RelativeDate other)
Parameters
otherRelativeDate
Returns
LaterThanOrEqualTo(DateTime)
public NullableDateTimeSpecification LaterThanOrEqualTo(DateTime other)
Parameters
otherDateTime
Returns
LaterThanOrEqualTo(RelativeDate)
public NullableDateTimeSpecification LaterThanOrEqualTo(RelativeDate other)
Parameters
otherRelativeDate