Message 1 of 6

Not applicable
03-11-2012
04:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi
i am useing vb.net 2010
Dim AcadApp As Autodesk.AutoCAD.Interop.AcadApplication
Dim acaddoc As Autodesk.AutoCAD.Interop.AcadDocument
AcadApp = GetObject(, "Autocad.Application")
acaddoc = AcadApp.ActiveDocument
Dim DD As Double
DD = acaddoc.GetVariable("tdcreate")
how to convert DD value to date and time format
any suggestion will be great.
Thanks in advance.
Solved! Go to Solution.