Enum SwiftTimeFormat
Enumerates the various SWIFT time formats supported by the SwiftTime type.
public enum SwiftTimeFormat
Fields
ShortStandardTime = 2Not 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 = 1Not a SWIFT time format, but the ISO/XML standard time format which is HH:MM:SS.
SwiftTimeHHMM = 4The SWIFT time format <HHMM> which is HHMM.
SwiftTimeHHMMSS = 3The SWIFT time format <TIME2> which is HHMMSS.
Unknown = 0Reserved to mark an unknown or uninitialised SwiftTimeFormat instance.