Which variable type is used to store duration information in UiPath?
System.TimeSpan represents an elapsed time interval, such as days, hours, minutes, seconds, and milliseconds. UiPath documentation uses TimeSpan variables for durations and properties that accept duration values.
System.TimeSpan
TimeSpan
Community Discussion