Class ConvertTime
Inheritance
System.Object
ConvertTime
Assembly: Eco.Shared.dll
Syntax
public static class ConvertTime : Object
Methods
DaysToSec(Double)
Declaration
public static double DaysToSec(this double val)
Parameters
Type |
Name |
Description |
System.Double |
val |
|
Returns
Type |
Description |
System.Double |
|
DaysToSec(Single)
Declaration
public static double DaysToSec(this float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
Returns
Type |
Description |
System.Double |
|
HoursToSec(Double)
Declaration
public static double HoursToSec(this double val)
Parameters
Type |
Name |
Description |
System.Double |
val |
|
Returns
Type |
Description |
System.Double |
|
HoursToSec(Single)
Declaration
public static double HoursToSec(this float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
Returns
Type |
Description |
System.Double |
|
MinToSec(Double)
Declaration
public static double MinToSec(this double val)
Parameters
Type |
Name |
Description |
System.Double |
val |
|
Returns
Type |
Description |
System.Double |
|
MinToSec(Single)
Declaration
public static double MinToSec(this float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
Returns
Type |
Description |
System.Double |
|
SecToDays(Double)
Declaration
public static double SecToDays(this double val)
Parameters
Type |
Name |
Description |
System.Double |
val |
|
Returns
Type |
Description |
System.Double |
|
SecToDays(Single)
Declaration
public static double SecToDays(this float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
Returns
Type |
Description |
System.Double |
|
SecToHours(Double)
Declaration
public static double SecToHours(this double val)
Parameters
Type |
Name |
Description |
System.Double |
val |
|
Returns
Type |
Description |
System.Double |
|
SecToHours(Single)
Declaration
public static double SecToHours(this float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
Returns
Type |
Description |
System.Double |
|
SecToMin(Double)
Declaration
public static double SecToMin(this double val)
Parameters
Type |
Name |
Description |
System.Double |
val |
|
Returns
Type |
Description |
System.Double |
|
SecToMin(Single)
Declaration
public static double SecToMin(this float val)
Parameters
Type |
Name |
Description |
System.Single |
val |
|
Returns
Type |
Description |
System.Double |
|