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