This content is part of a third party extension that is not supported by the Cake project.
Summary
Formats a
TimeSpan
.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- Cake
Report Printer Base
Syntax
protected static string FormatTime(TimeSpan time)
Parameters
Name | Type | Description |
---|---|---|
time | TimeSpan | The TimeSpan to format. |
Return Value
Type | Description |
---|---|
string | A formatted string. |