次の方法で共有


X12EnvelopeOverride.TimeFormat プロパティ

定義

時刻の形式を取得または設定します。 指定できる値は、'NotSpecified'、'HHMM'、'HHMMSS'、'HHMMSSdd'、'HHMMSSd' です。

[Newtonsoft.Json.JsonProperty(PropertyName="timeFormat")]
public string TimeFormat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timeFormat")>]
member this.TimeFormat : string with get, set
Public Property TimeFormat As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象