Enum SwiftTimeFormat

Namespace
Subsembly.Swift
Assembly
Subsembly.Sepa.dll

Enumerates the various SWIFT time formats supported by the SwiftTime type.

public enum SwiftTimeFormat

Fields

ShortStandardTime = 2

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 = 1

Not a SWIFT time format, but the ISO/XML standard time format which is HH:MM:SS.

SwiftTimeHHMM = 4

The SWIFT time format <HHMM> which is HHMM.

SwiftTimeHHMMSS = 3

The SWIFT time format <TIME2> which is HHMMSS.

Unknown = 0

Reserved to mark an unknown or uninitialised SwiftTimeFormat instance.