Uipath Certified RPA Associate Uirpa · Free Practice Question Easy
Question 14
Which of the following is a VB.NET data type that measures the duration between two variables of the type DateTime?
-
A
TimeInterval -
B
TimeSpan -
C
TimeLapse -
D
DeltaTime
Reveal correct answer
Correct answer: B
Explanation
TimeSpan is a VB.NET data type that measures the duration between two variables of the type DateTime.
Use TimeSpan to indicate ranges of time in days, hours, and other units.
This .NET type represents a period of time. With it we use a host of helper functions to make managing time periods easier.
TimeSpan leads to simpler, more reliable VB.NET programs that act upon time representations. We can use helpful methods on TimeSpan.
The TimeSpan type has many useful constructors. These allow you to specify the exact period of time you want the TimeSpan to represent.

Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
