Class TimeSpanExtensions
Inheritance
System.Object
TimeSpanExtensions
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public static class TimeSpanExtensions : Object
Methods
IsNegative(TimeSpan)
Declaration
public static bool IsNegative(this TimeSpan source)
Parameters
|
System.TimeSpan
source
|
Returns
|
System.Boolean
|
IsZero(TimeSpan)
Declaration
public static bool IsZero(this TimeSpan source)
Parameters
|
System.TimeSpan
source
|
Returns
|
System.Boolean
|
Round(TimeSpan)
Declaration
public static TimeSpan Round(this TimeSpan source)
Parameters
|
System.TimeSpan
source
|
Returns
|
System.TimeSpan
|