Return a human readable string representation of this Timestamp

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public virtual string ToString(
	bool bDisplayTimezone
)
Public Overridable Function ToString ( _
	bDisplayTimezone As Boolean _
) As String
public:
virtual String^ ToString(
	bool bDisplayTimezone
)

Parameters

bDisplayTimezone
Boolean
If true, the time zone will be included

See Also