Noda Time
Format Method (value)
NamespacesNodaTime.TextLocalDateTimePatternFormat(LocalDateTime)

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

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

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