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