Casting a datetime to double ?!

  • Thread starter Thread starter chris-s
  • Start date Start date
C

chris-s

I'm converting someones old eVB code and have a strange requirement
the needs me to convert a datetime value into a decimal. The evb code
does a simple "CDbl(Now())", but I'm struggling trying to come up with
a .Net equivilent, any suggestions?

Cheers

Chris
 
Back
Top