Noda Time
FromMinutes Method (minutes)
NamespacesNodaTimePeriodFromMinutes(Int64)

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

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

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