Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
118619 Points
18779 Posts
Nov 12, 2010 01:14 AM|LINK
Yes, GetElementsByTagName attention its name in a form of plural! (Elements), this means it will return a collection of
data.
And now you can try this:
Dim xmlds = xmlD(0-based index).InnerText //To get a time from a specific tag
And use CType(xmlds,data) to make a conversion.
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Check FileInfo.LasteWriteTime = Date.Now
Nov 12, 2010 01:14 AM|LINK
Yes, GetElementsByTagName attention its name in a form of plural! (Elements), this means it will return a collection of
data.
And now you can try this:
Dim xmlds = xmlD(0-based index).InnerText //To get a time from a specific tag
And use CType(xmlds,data) to make a conversion.