Enum SwiftTimeFormat
Enumerates the various SWIFT time formats supported by the SwiftTime type.
Namespace: Subsembly.Swift
Assembly: Subsembly.Sepa.dll
Syntax
public enum SwiftTimeFormat
Fields
Name | Description |
---|---|
ShortStandardTime | Not a SWIFT time format, but the short ISO/XML standard time format which is HH:MM. The seconds portion is assumed to be zero. |
StandardTime | Not a SWIFT time format, but the ISO/XML standard time format which is HH:MM:SS. |
SwiftTimeHHMM | The SWIFT time format <HHMM> which is HHMM. |
SwiftTimeHHMMSS | The SWIFT time format <TIME2> which is HHMMSS. |
Unknown | Reserved to mark an unknown or uninitialised SwiftTimeFormat instance. |