Click or drag to resize

Duration.HoursMinutesSecondsToSeconds 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: 25.1.421.0 (25.1.421.0)
Syntax
public static double HoursMinutesSecondsToSeconds(
	int hours,
	int minutes,
	double seconds
)

Parameters

hours
Type: System.Int32
The number of hours.
minutes
Type: System.Int32
The number of minutes.
seconds
Type: System.Double
The number of seconds.

Return Value

Type: Double
The corresponding duration in seconds.
See Also