TimeToString Method

Returns a String that represents the current Time. The result string is formatted using the format provided in the format parameter.

Overload List

ToStringReturns a String that represents the current Time.
ToString(String)Returns a String that represents the current Time. The result string is formatted using the format provided in the format parameter.
ToString(String, IFormatProvider)Returns a String that represents the value specified in format. The result string is formatted using the format provided in the format parameter.
ToString(Time, String)Returns a String that represents the value specified in time. The result string is formatted using the format provided in the format parameter.

See Also