Skip to content

TimeSpan Type

The TimeSpan type has the same internal structure as the DateTime.

TimeSpan types are used for declaring variables to store the difference between two DateTime values, i.e., the subtraction of one DateTime value from another.

Range

  • 65,535 days.

Note

For more information, refer to: - Declaring Variables - TimeSpan command.