Click or drag to resize

DrawingTime Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Utility functions to handle DateTime conversions.
Inheritance Hierarchy
SystemObject
  netDxf.UnitsDrawingTime

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static class DrawingTime
Request Example View Source

The DrawingTime type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEditingTime
Calculates the TimeSpan from a elapsed time represented as <Number of days>.<Fraction of day>.
Public methodStatic memberFromJulianCalendar
Calculates the DateTime from a date represented as <Julian date><.Fraction of day>.
Public methodStatic memberToJulianCalendar
Calculates a date represented as <Julian date>.<Fraction of day> from a DateTime instance.
Top
See Also