UsTimeSpan Constructor (Int32, Int32, Int32, Int32)

CVB.Net Documentation
Initializes this timespan from the given times.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public UsTimeSpan(
	int days,
	int hours,
	int minutes,
	int seconds
)

Parameters

days
Type: SystemInt32
A number of days
hours
Type: SystemInt32
A number of hours
minutes
Type: SystemInt32
A number of minuts.
seconds
Type: SystemInt32
A number of seconds.
See Also

Reference