Mono Class Library: System.DateTime Overview | MembersSystem.DateTime.ToLongTimeString Method |
Converts the time denoted by the current instance to its equivalent long 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 long 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 long time specifier, see System.Globalization.DateTimeFormatInfo .
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0