TimeToString Method

Overload List

ToString(TimeSpan, Boolean, Boolean) Convert time to text (5 hours and 10 minutes or 15 minutes and 58 seconds, ...).
ToString(TimeUnit, Decimal, Boolean) Converts a time unit value to text (example in hours: 15 hours, 1 hour, 0.5 hours, ...).
ToString(TimeUnit, Double, Boolean) Converts a time unit value to text (example in hours: 15 hours, 1 hour, 0.5 hours, ...).
ToString(TimeUnit, Int32, Boolean) Converts a time unit value to text (example in hours: 15 hours, 1 hour, 0.5 hours, ...).
ToString(TimeSpan, NullableInt32, NullableInt32, Boolean) Convert time to text (5 hours and 10 minutes or 15 minutes and 58 seconds, ...).

See Also