Table of Contents

Class InstantSpecification

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

Methods

EarlierThan(DateTimeOffset)

public InstantSpecification EarlierThan(DateTimeOffset other)

Parameters

other DateTimeOffset

Returns

InstantSpecification

EarlierThan(RelativeDate)

public InstantSpecification EarlierThan(RelativeDate other)

Parameters

other RelativeDate

Returns

InstantSpecification

EarlierThanOrEqualTo(DateTimeOffset)

public InstantSpecification EarlierThanOrEqualTo(DateTimeOffset other)

Parameters

other DateTimeOffset

Returns

InstantSpecification

EarlierThanOrEqualTo(RelativeDate)

public InstantSpecification EarlierThanOrEqualTo(RelativeDate other)

Parameters

other RelativeDate

Returns

InstantSpecification

EqualTo(DateTimeOffset)

public InstantSpecification EqualTo(DateTimeOffset other)

Parameters

other DateTimeOffset

Returns

InstantSpecification

EqualTo(RelativeDate)

public InstantSpecification EqualTo(RelativeDate other)

Parameters

other RelativeDate

Returns

InstantSpecification

LaterThan(DateTimeOffset)

public InstantSpecification LaterThan(DateTimeOffset other)

Parameters

other DateTimeOffset

Returns

InstantSpecification

LaterThan(RelativeDate)

public InstantSpecification LaterThan(RelativeDate other)

Parameters

other RelativeDate

Returns

InstantSpecification

LaterThanOrEqualTo(DateTimeOffset)

public InstantSpecification LaterThanOrEqualTo(DateTimeOffset other)

Parameters

other DateTimeOffset

Returns

InstantSpecification

LaterThanOrEqualTo(RelativeDate)

public InstantSpecification LaterThanOrEqualTo(RelativeDate other)

Parameters

other RelativeDate

Returns

InstantSpecification