Share via


TemporalModifier Struct

Definition

An optional modifier of a date/time instance.

public readonly struct TemporalModifier : IEquatable<Azure.AI.Language.Text.TemporalModifier>
type TemporalModifier = struct
Public Structure TemporalModifier
Implements IEquatable(Of TemporalModifier)
Inheritance
TemporalModifier
Implements

Constructors

TemporalModifier(String)

Initializes a new instance of TemporalModifier.

Properties

After

After a specific time.

AfterApprox

After an approximate time.

AfterMid

After the middle of a time period.

AfterStart

After the start of a time period.

Approx

Approximately at a specific time.

Before

Before a specific time.

BeforeApprox

Before an approximate time.

BeforeEnd

Before the end of a time period.

BeforeStart

Before the start of a time period.

End

At the end of a time period.

Less

Less than a specific time.

Mid

In the middle of a time period.

More

More than a specific time.

ReferenceUndefined

Reference to an undefined time.

Since

Since a specific time.

SinceEnd

Since the end of a time period.

Start

At the start of a time period.

Until

Until a specific time.

Methods

Equals(TemporalModifier)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(TemporalModifier, TemporalModifier)

Determines if two TemporalModifier values are the same.

Implicit(String to TemporalModifier)

Converts a string to a TemporalModifier.

Inequality(TemporalModifier, TemporalModifier)

Determines if two TemporalModifier values are not the same.

Applies to