calculate age from date of birth

  • Thread starter Thread starter TJS
  • Start date Start date
T

TJS

what namespaces are required so I can do a simple calculate age from date of
birth ?
 
In VB you can just use the DateDiff function, in C# use the TimeSpan
structure.
 
I added

"Imports System.DateTime" to my vb file, but keep getting error on
"datediff" when I try to compile ?
 
I added

"Imports System.DateTime" to my vb file, but keep getting error on
"datediff" when I try to compile ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top