Freigeben über


AgeUnit Struct

Definition

The Age Unit of measurement.

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

Constructors

Name Description
AgeUnit(String)

Initializes a new instance of AgeUnit.

Properties

Name Description
Day

Day age unit.

Month

Month age unit.

Unspecified

Unspecified age unit.

Week

Week age unit.

Year

Year age unit.

Methods

Name Description
Equals(AgeUnit)

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

Name Description
Equality(AgeUnit, AgeUnit)

Determines if two AgeUnit values are the same.

Implicit(String to AgeUnit)

Converts a String to a AgeUnit.

Inequality(AgeUnit, AgeUnit)

Determines if two AgeUnit values are not the same.

Applies to