Table of Contents

Class DateSpecification

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

Methods

EarlierThan(DateOnly)

public DateSpecification EarlierThan(DateOnly other)

Parameters

other DateOnly

Returns

DateSpecification

EarlierThan(RelativeDate)

public DateSpecification EarlierThan(RelativeDate other)

Parameters

other RelativeDate

Returns

DateSpecification

EarlierThanOrEqualTo(DateOnly)

public DateSpecification EarlierThanOrEqualTo(DateOnly other)

Parameters

other DateOnly

Returns

DateSpecification

EarlierThanOrEqualTo(RelativeDate)

public DateSpecification EarlierThanOrEqualTo(RelativeDate other)

Parameters

other RelativeDate

Returns

DateSpecification

EqualTo(DateOnly)

public DateSpecification EqualTo(DateOnly other)

Parameters

other DateOnly

Returns

DateSpecification

EqualTo(RelativeDate)

public DateSpecification EqualTo(RelativeDate other)

Parameters

other RelativeDate

Returns

DateSpecification

LaterThan(DateOnly)

public DateSpecification LaterThan(DateOnly other)

Parameters

other DateOnly

Returns

DateSpecification

LaterThan(RelativeDate)

public DateSpecification LaterThan(RelativeDate other)

Parameters

other RelativeDate

Returns

DateSpecification

LaterThanOrEqualTo(DateOnly)

public DateSpecification LaterThanOrEqualTo(DateOnly other)

Parameters

other DateOnly

Returns

DateSpecification

LaterThanOrEqualTo(RelativeDate)

public DateSpecification LaterThanOrEqualTo(RelativeDate other)

Parameters

other RelativeDate

Returns

DateSpecification