Show / Hide Table of Contents

Class TimeSpanExtensions

Inheritance
object
TimeSpanExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class TimeSpanExtensions

Methods

ToReadableString(TimeSpan, int)

Declaration
public static string ToReadableString(this TimeSpan timeSpan, int milliSecondThreshold = 10000)
Parameters
Type Name Description
TimeSpan timeSpan
int milliSecondThreshold
Returns
Type Description
string
☀
☾
Back to top Generated by DocFX