Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

721e9080 c4b6 7a38 f6d8 96b0b4b45e88

haplokuon edited this page May 6, 2023 · 1 revision

EditingTime Method

netDxf 3.0.0 Library

Calculates the TimeSpan from a elapsed time represented as <Number of days>.<Fraction of day>.

Definition

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 

Parameters

  Double
An elapsed time represented as <Number of days>.<Fraction of day>.

Return Value

TimeSpan
The TimeSpan equivalent to the elapsed time.

See Also

Reference

DrawingTime Class
netDxf.Units Namespace

Clone this wiki locally