Table of Contents

Class DateTimeSpecification

Namespace
The.Search
Assembly
Instagile.dll
public class DateTimeSpecification : NonNullablePrimitiveAttributeSpecificationBase<DateTime, DateTimeSpecification>, IAttributeSpecification, IDateSpecification
Inheritance
DateTimeSpecification
Implements
Inherited Members

Methods

EarlierThan(DateTime)

public DateTimeSpecification EarlierThan(DateTime other)

Parameters

other DateTime

Returns

DateTimeSpecification

EarlierThan(RelativeDate)

public DateTimeSpecification EarlierThan(RelativeDate other)

Parameters

other RelativeDate

Returns

DateTimeSpecification

EarlierThanOrEqualTo(DateTime)

public DateTimeSpecification EarlierThanOrEqualTo(DateTime other)

Parameters

other DateTime

Returns

DateTimeSpecification

EarlierThanOrEqualTo(RelativeDate)

public DateTimeSpecification EarlierThanOrEqualTo(RelativeDate other)

Parameters

other RelativeDate

Returns

DateTimeSpecification

EqualTo(DateTime)

public DateTimeSpecification EqualTo(DateTime other)

Parameters

other DateTime

Returns

DateTimeSpecification

EqualTo(RelativeDate)

public DateTimeSpecification EqualTo(RelativeDate other)

Parameters

other RelativeDate

Returns

DateTimeSpecification

LaterThan(DateTime)

public DateTimeSpecification LaterThan(DateTime other)

Parameters

other DateTime

Returns

DateTimeSpecification

LaterThan(RelativeDate)

public DateTimeSpecification LaterThan(RelativeDate other)

Parameters

other RelativeDate

Returns

DateTimeSpecification

LaterThanOrEqualTo(DateTime)

public DateTimeSpecification LaterThanOrEqualTo(DateTime other)

Parameters

other DateTime

Returns

DateTimeSpecification

LaterThanOrEqualTo(RelativeDate)

public DateTimeSpecification LaterThanOrEqualTo(RelativeDate other)

Parameters

other RelativeDate

Returns

DateTimeSpecification