Source position: IdVCard.pas line 446
type TIdISO8601TimeComps = record
Hour: UInt16;
Min: UInt16;
Sec: UInt16;
MSec: UInt16;
UTCOffset: string;
end;