Click or drag to resize

DurationHoursMinutesSecondsToSeconds Method

Converts the specified number of hours, minutes, and seconds to total duration in seconds.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double HoursMinutesSecondsToSeconds(
	int hours,
	int minutes,
	double seconds
)

Parameters

hours
Type: SystemInt32
The number of hours.
minutes
Type: SystemInt32
The number of minutes.
seconds
Type: SystemDouble
The number of seconds.

Return Value

Type: Double
The corresponding duration in seconds.
See Also