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 416
6dedf753 d8fb 71ae 94bf 12fbf1854c9a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Utility functions to handle DateTime conversions.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static class DrawingTime
VB
Public NotInheritable Class DrawingTime
C++
public ref class DrawingTime abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DrawingTime = class end
Inheritance | Object → DrawingTime |
EditingTime | Calculates the TimeSpan from a elapsed time represented as <Number of days>.<Fraction of day>. |
FromJulianCalendar | Calculates the DateTime from a date represented as <Julian date><.Fraction of day>. |
ToJulianCalendar | Calculates a date represented as <Julian date>.<Fraction of day> from a DateTime instance. |