TimeAddHours Method

Add the specified hours to the Time

Definition

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

Parameters

hours  Double
the number of hours to add

Return Value

Time
the Time result after adding the hours

See Also