---------------------------------------------------------------------------
| 1917 | } |
| 1918 | //--------------------------------------------------------------------------- |
| 1919 | String DateTimeToISO8601(TDateTime v) |
| 1920 | { |
| 1921 | return FormatDateTime("yyyymmdd'T'hhnnss.zzz", v) + "0"; |
| 1922 | } |
| 1923 | //--------------------------------------------------------------------------- |
| 1924 | // s = "yyyy[mm[dd[Thh[nn[ss[.zzzz]]]]]]" |
| 1925 | TDateTime DateTimeFromISO8601(String s) |
nothing calls this directly
no outgoing calls
no test coverage detected