Noda Time
Format Method (value)
NamespacesNodaTime.TextLocalTimePatternFormat(LocalTime)

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

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

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