Noda Time
FromSeconds Method (seconds)
NamespacesNodaTimePeriodFromSeconds(Int64)

[This is preliminary documentation and is subject to change.]

Creates a period representing the specified number of seconds.
Declaration Syntax
C#Visual BasicVisual C++
public static Period FromSeconds(
	long seconds
)
Public Shared Function FromSeconds ( _
	seconds As Long _
) As Period
public:
static Period^ FromSeconds(
	long long seconds
)
Parameters
seconds (Int64)
The number of seconds in the new period
Return Value
A period consisting of the given number of seconds.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)