Returns a TimeSpan object given days, hours, minutes and seconds.
Function
NewTimeSpan(int days, int hours, int minutes, int seconds)
Input parameters
Name
|
Description
|
Type
|
Optional
|
days
|
Days
|
Integer
|
|
hours
|
Hours
|
Integer
|
|
minutes
|
Minutes
|
Integer
|
|
seconds
|
Seconds
|
Integer
|
|
Return Value