This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
721e9080 c4b6 7a38 f6d8 96b0b4b45e88
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Calculates the TimeSpan from a elapsed time represented as <Number of days>.<Fraction of day>.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static TimeSpan EditingTime(
double elapsed
)
VB
Public Shared Function EditingTime (
elapsed As Double
) As TimeSpan
C++
public:
static TimeSpan EditingTime(
double elapsed
)
F#
static member EditingTime :
elapsed : float -> TimeSpan
- Double
- An elapsed time represented as <Number of days>.<Fraction of day>.
TimeSpan
The TimeSpan equivalent to the elapsed time.