Noda Time
FromDays Method (days)
NamespacesNodaTimePeriodFromDays(Int64)

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

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

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