Noda Time
FromMonths Method (months)
NamespacesNodaTimePeriodFromMonths(Int64)

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

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

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