TimeAddMinutes Method

Add the specified minutes to the Time

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Time AddMinutes(
	double minutes
)

Parameters

minutes  Double
the number of minutes to add

Return Value

Time
the Time result after adding the minutes

See Also