|
TimeFromTicks Method
|
Creates a new
Time value from the specified
value in
Ticks.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
SyntaxPublic Shared Function FromTicks (
value As Ticks
) As Time
static member FromTicks :
value : Ticks -> Time
GSF.Units.Time.FromTicks = function(value);
View SourceParameters
- value Ticks
- New Time value in Ticks.
Return Value
TimeNew
Time object from the specified
value in
Ticks.
See Also