QuestionQ16

UiPath Automation Development

Which variable type is used to store duration information in UiPath?

  • A String
  • B System.DateTime
  • C Integer
  • D System.TimeSpan
Explanation

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.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!