Class TimeSpanExtensions
Inheritance
System.Object
TimeSpanExtensions
Assembly: Libplanet.Common.dll
Syntax
public static class TimeSpanExtensions : object
Methods
|
Improve this Doc
View Source
Divide(TimeSpan, Double)
Declaration
public static TimeSpan Divide(this TimeSpan timeSpan, double divisor)
Parameters
| Type |
Name |
Description |
| TimeSpan |
timeSpan |
|
| System.Double |
divisor |
|
Returns
| Type |
Description |
| TimeSpan |
|
|
Improve this Doc
View Source
Multiply(TimeSpan, Double)
Declaration
public static TimeSpan Multiply(this TimeSpan timeSpan, double factor)
Parameters
| Type |
Name |
Description |
| TimeSpan |
timeSpan |
|
| System.Double |
factor |
|
Returns
| Type |
Description |
| TimeSpan |
|