Noda Time
Format Method (value)
NamespacesNodaTime.TextPeriodPatternFormat(Period)

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

Formats the given period as text according to the rules of this pattern.
Declaration Syntax
C#Visual BasicVisual C++
public string Format(
	Period value
)
Public Function Format ( _
	value As Period _
) As String
public:
virtual String^ Format(
	Period^ value
) sealed
Parameters
value (Period)
The period to format.
Return Value
The period formatted according to this pattern.

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