|
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.275-beta+5a507085c1b79f1427cd1812b9c3c9c583c21079
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