StandardExtensions.Divide Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Divide(TimeSpan, Double) | |
Divide(TimeSpan, TimeSpan) |
Divide(TimeSpan, Double)
- Source:
- StandardExtensions.cs
public static TimeSpan Divide (this TimeSpan timeSpan, double value);
static member Divide : TimeSpan * double -> TimeSpan
<Extension()>
Public Function Divide (timeSpan As TimeSpan, value As Double) As TimeSpan
Parameters
- timeSpan
- TimeSpan
- value
- Double
Returns
Applies to
Divide(TimeSpan, TimeSpan)
- Source:
- StandardExtensions.cs
public static double Divide (this TimeSpan first, TimeSpan second);
static member Divide : TimeSpan * TimeSpan -> double
<Extension()>
Public Function Divide (first As TimeSpan, second As TimeSpan) As Double
Parameters
- first
- TimeSpan
- second
- TimeSpan