Determines if a target version string is strictly less than a source version
timeseriesClient_isVersionLessThan.Rd
This method takes dotted version strings and compares them by numerical components. It safely avoids the errors string comparison, which incorrectly says "3.10.510" > "17.2.123".