Mono Class Library: System.DateTime Overview | MembersSystem.DateTime.ToShortTimeString Method |
Converts the time denoted by this instance to its equivalent short time string representation. [Edit]
|
A string containing the same value as a string returned by DateTime.ToString ("t", null ). [Edit]
The value of the current instance is formatted using the short time format specifier, 't'.
Note:[Edit]This format uses the culture of the current thread. To specify formatting using a different culture, use DateTime.ToString .
For more information regarding the short time specifier, see System.Globalization.DateTimeFormatInfo .
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0