Check if a duration is considered valid. A duration is considered valid if all values are positive and minutes and seconds are smaller than 60.
to check for validity
Check if a duration is considered valid. A duration is considered valid if all values are positive and minutes and seconds are smaller than 60.