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