TimeAddSeconds Method

Add the specified seconds to the Time

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Time AddSeconds(
	Number seconds
)

Parameters

seconds  Number
the number of seconds to add

Return Value

Time
the Time result after adding the seconds

See Also