Changeset 483 for Common/UXMLUtils.pas
- Timestamp:
- Jul 25, 2016, 5:38:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/UXMLUtils.pas
r476 r483 97 97 if Pos('Z', XMLDateTime) > 0 then 98 98 LeftCutString(XMLDateTime, Part, 'Z'); 99 SecondFraction := StrToFloat('0 .'+ Part);99 SecondFraction := StrToFloat('0' + DecimalSeparator + Part); 100 100 Millisecond := Trunc(SecondFraction * 1000); 101 101 end else begin
Note:
See TracChangeset
for help on using the changeset viewer.