Returns a String that represents this instance.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public override string ToString()

Return Value

A String that represents this instance.

Remarks

Internally, the string is converted into a System.DateTime instance whose ToString() method is then called.

See Also