This content is part of a third party extension that is not supported by the Cake project.
Summary
Returns the formatted time it took to process one
CakeReportEntry.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- Cake
Report Printer Base
Syntax
protected static string FormatDuration(CakeReportEntry item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | CakeReportEntry | The CakeReportEntry. |
Return Value
| Type | Description |
|---|---|
| string | The formatted time. |
