X12EnvelopeOverride.TimeFormat Property

Definition

Gets or sets the time format. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to