Noda Time
Format Method (value)
NamespacesNodaTime.TextOffsetPatternFormat(Offset)

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

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

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