TemporalModifier Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An optional modifier of a date/time instance.
public readonly struct TemporalModifier : IEquatable<Azure.AI.Language.Conversations.Models.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 temporal modifier. |
AfterApproximate |
AfterApprox temporal modifier. |
AfterMid |
AfterMid temporal modifier. |
AfterStart |
AfterStart temporal modifier. |
Approximate |
Approx temporal modifier. |
Before |
Before temporal modifier. |
BeforeApproximate |
BeforeApprox temporal modifier. |
BeforeEnd |
BeforeEnd temporal modifier. |
BeforeStart |
BeforeStart temporal modifier. |
End |
End temporal modifier. |
Less |
Less temporal modifier. |
Mid |
Mid temporal modifier. |
More |
More temporal modifier. |
ReferenceUndefined |
ReferenceUndefined temporal modifier. |
Since |
Since temporal modifier. |
SinceEnd |
SinceEnd temporal modifier. |
Start |
Start temporal modifier. |
Until |
Until temporal modifier. |
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
Azure SDK for .NET