次の方法で共有


X12TimeFormat 構造体

定義

x12 時刻形式。

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

コンストラクター

X12TimeFormat(String)

X12TimeFormat の新しいインスタンスを初期化します。

プロパティ

Hhmm

HHMM。

Hhmmss

HHMMSS。

HhmmsSd

HHMMSSd。

HhmmsSdd

HHMMSSdd。

NotSpecified

NotSpecified。

メソッド

Equals(X12TimeFormat)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(X12TimeFormat, X12TimeFormat)

2 つの X12TimeFormat 値が同じかどうかを判断します。

Implicit(String to X12TimeFormat)

文字列を X12TimeFormat に変換します。

Inequality(X12TimeFormat, X12TimeFormat)

2 つの X12TimeFormat 値が同じでないかどうかを判断します。

適用対象