Click or drag to resize
HtmlHelperToHumanDuration Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.HtmlHelper.ToHumanDuration(System.Nullable{System.TimeSpan},System.Boolean)"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public string ToHumanDuration(
	Nullable<TimeSpan> duration,
	bool displaySign = true
)

Parameters

duration
Type: SystemNullableTimeSpan

[Missing <param name="duration"/> documentation for "M:Hangfire.Dashboard.HtmlHelper.ToHumanDuration(System.Nullable{System.TimeSpan},System.Boolean)"]

displaySign (Optional)
Type: SystemBoolean

[Missing <param name="displaySign"/> documentation for "M:Hangfire.Dashboard.HtmlHelper.ToHumanDuration(System.Nullable{System.TimeSpan},System.Boolean)"]

Return Value

Type: String
See Also