This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
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 DrawingTimeVB
Public NotInheritable Class DrawingTimeC++
public ref class DrawingTime abstract sealedF#
[<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. |