Message 1 of 5
Get date value

Not applicable
01-15-2008
03:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to get the creation date value from the Inventor iProperties. So, because i'm working in VB.Net, i used i MsgBox to show me the value, for me to see it and to see it's format. I was surprised my a Msg that show me "00:00:00", that means that it assumes the date as hours:minutes:seconds, and not the day/month/year as i expected.
The code is next:
Dim asd As Date
asd = Propriedades.Item("Creation Date").Value
MsgBox(asd, MsgBoxStyle.OkOnly)
Please...help me!
I'm trying to get the creation date value from the Inventor iProperties. So, because i'm working in VB.Net, i used i MsgBox to show me the value, for me to see it and to see it's format. I was surprised my a Msg that show me "00:00:00", that means that it assumes the date as hours:minutes:seconds, and not the day/month/year as i expected.
The code is next:
Dim asd As Date
asd = Propriedades.Item("Creation Date").Value
MsgBox(asd, MsgBoxStyle.OkOnly)
Please...help me!