ArgumentsBuilderExtension.

ConvertTimeSpan(TimeSpan) Method

Summary

Convert timespan to string.
Assembly
Cake.Buildah.dll
Namespace
Cake.Buildah
Containing Type
ArgumentsBuilderExtension

Syntax

public static string ConvertTimeSpan(TimeSpan source)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
source TimeSpan The source timespan.

Return Value

Type Description
string a string representing the timespan.