Click or drag to resize

TimeTagBaseToString Method

Returns basic textual representation for timetag.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public override string ToString()
View Source

Return Value

String
A String value representing the timetag.
Remarks
Format is "yyyy-MM-dd HH:mm:ss.fff" so that textual representation can be sorted in the correct chronological order.
See Also