Noda Time
Format Method (value)
NamespacesNodaTime.TextLocalDatePatternFormat(LocalDate)

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

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

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