X12TimeFormat Struct

Definition

The x12 time format.

public readonly struct X12TimeFormat : IEquatable<Azure.ResourceManager.Logic.Models.X12TimeFormat>
type X12TimeFormat = struct
Public Structure X12TimeFormat
Implements IEquatable(Of X12TimeFormat)
Inheritance
X12TimeFormat
Implements

Constructors

X12TimeFormat(String)

Initializes a new instance of X12TimeFormat.

Properties

Hhmm

HHMM.

Hhmmss

HHMMSS.

HhmmsSd

HHMMSSd.

HhmmsSdd

HHMMSSdd.

NotSpecified

NotSpecified.

Methods

Equals(X12TimeFormat)

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(X12TimeFormat, X12TimeFormat)

Determines if two X12TimeFormat values are the same.

Implicit(String to X12TimeFormat)

Converts a string to a X12TimeFormat.

Inequality(X12TimeFormat, X12TimeFormat)

Determines if two X12TimeFormat values are not the same.

Applies to