c# and date property

c# and date property

Anonymous
Not applicable
302 Views
0 Replies
Message 1 of 1

c# and date property

Anonymous
Not applicable

How i can get date value from property?

I can get string type, but other type throw "COM..." exception.

 

public DateTime CreationDate
{
   get
   {

      try
{ return Sets["Design Tracking Properties"]
[Inventor.PropertiesForDesignTrackingPropertiesEnum.kCreationDateDesignTrackingProperties].Value; } catch { ... } } }
0 Likes
303 Views
0 Replies
Replies (0)