Class TimeSpanExtensions
Holds System.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public static class TimeSpanExtensions : Object
Methods
IsNegative(TimeSpan)
Determines whether the specified System.
Declaration
public static bool IsNegative(this TimeSpan source)
Parameters
System. The source. |
Returns
System.
|
IsZero(TimeSpan)
Determines whether the specified System.
Declaration
public static bool IsZero(this TimeSpan source)
Parameters
System. The source. |
Returns
System.
|
Round(TimeSpan)
Rounds the timespan to the second digit after delimiter.
Declaration
public static TimeSpan Round(this TimeSpan source)
Parameters
System. The timespan that will be rounded. |
Returns
System. The rounded value. |