System Namespace DateTime Structure
Converts the value of this instance to its equivalent short time string representation.
[ VB ]
<Serializable>
Public Function ToShortTimeString ( ) As String
[ C# ]
[ Serializable ]
public string ToShortTimeString ( );
[ C++ ]
[ Serializable ]
public: String* ToShortTimeString ( );
[ JScript ]
public Serializable
function ToShortTimeString ( ) : String;
A string containing the name of the day of the week, the name of the month, the numeric day of the hours, minutes, and seconds equivalent to the time value of this instance.
The value of this instance is formatted using the short time format character, 't'. The return value is identical to the value returned by ToString ( "t", null ).
For more information about format characters, format patterns, and the output they produce, see the Format Specifiers and Providers topic. For more information about changing the format pattern associated with a format character see the DateTimeFormatInfo class.
This method uses formatting information derived from the current culture. For more information about the current culture, see the CurrentCulture class. You can use the CultureInfo.DateTimeFormat property to obtain the DateTimeFormatInfo for the current culture.
DateTime Members String CultureInfo DateTimeFormat Calendar DateTimeFormatInfo ToString