Click or drag to resize

DrawingTimeEditingTime Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Calculates the TimeSpan from a elapsed time represented as <Number of days>.<Fraction of day>.

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static TimeSpan EditingTime(
	double elapsed
)
Request Example View Source

Parameters

elapsed
Type: SystemDouble
An elapsed time represented as <Number of days>.<Fraction of day>.

Return Value

Type: TimeSpan
The TimeSpan equivalent to the elapsed time.
See Also