Forums:
Below is part of a Program that is putting my date in as when the program was made thru NX, Is there something here that I can replace to make the time current of when the Program was ran.
attributePropertiesBuilder5.DateValue.DateItem.Day = DateItemBuilder.DayOfMonth.Day25
attributePropertiesBuilder5.DateValue.DateItem.Month = DateItemBuilder.MonthOfYear.Oct
attributePropertiesBuilder5.DateValue.DateItem.Year = "2017"
attributePropertiesBuilder5.DateValue.DateItem.Time = "00:00:00"
I do not need the Time Just The Date.