cmpTimeUnits

fnint cmpTimeUnits(string lhs, string rhs) @safe pure

Compares two time unit strings. "years" are the largest units and "hnsecs" are the smallest.

Returns

this < rhs < 0
this == rhs 0
this > rhs > 0

Throws

DateTimeException if either of the given strings is not a valid

time unit string.