'Declaration Public Overloads Overrides Function ToString() As String
public override string ToString()
public: String^ ToString(); override
Return Value
The string representation of TdTime is returned.
'Declaration Public Overloads Overrides Function ToString() As String
public override string ToString()
public: String^ ToString(); override
The string representation of the timestamp will be in the format: "HH:mm:ss.ffffff". For example, 23:12:45.0023.
The number of digits that will appear in the sub-seconds is dependent on the TdTime.Scale. For example, if the Scale is set to 4, four digits will appear in the fractional component.
If this instance is TdTime.Null, a string that contains the value "Null" is returned.
Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019