Class Environment.Time.Convert
Inheritance
System.Object
Environment.Time.Convert
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public static class Convert
Methods
Seconds2HrMinSec(Double)
Declaration
public static string Seconds2HrMinSec(double time)
Parameters
Type | Name | Description |
---|---|---|
System.Double | time |
Returns
Type | Description |
---|---|
System.String |
Seconds2HrMinSec(Single, Char)
Declaration
public static string Seconds2HrMinSec(float secs, char sep)
Parameters
Type | Name | Description |
---|---|---|
System.Single | secs | |
System.Char | sep |
Returns
Type | Description |
---|---|
System.String |