|
TimeFromKe Method
|
Creates a new
Time value from the specified
value in ke,
the traditional Chinese unit of decimal time.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+13787b6b78c2a05e0f5d0ff4ef1e17ab745e4b5e
Syntaxpublic static Time FromKe(
double value
)
Public Shared Function FromKe (
value As Double
) As Time
public:
static Time FromKe(
double value
)
static member FromKe :
value : float -> Time GSF.Units.Time.FromKe = function(value);
View SourceParameters
- value Double
- New Time value in ke.
Return Value
TimeNew
Time object from the specified
value in ke.
See Also