|
TimeFromWeeks Method
|
Creates a new
Time value from the specified
value in weeks.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntaxpublic static Time FromWeeks(
double value
)
Public Shared Function FromWeeks (
value As Double
) As Time
public:
static Time FromWeeks(
double value
)
static member FromWeeks :
value : float -> Time
GSF.Units.Time.FromWeeks = function(value);
View SourceParameters
- value Double
- New Time value in weeks.
Return Value
TimeNew
Time object from the specified
value in weeks.
See Also