Implicit Conversion?

Hi, This is probably stupid, but I can’t find where is the Integer. Can someonde help me out?

Hey,
Check inside the System.DateTime.DaysInMonth(ano,mes).ToString

Looks like ano and mes are strings and should be integers. You could just put them in CInt(ano) and CInt(mes).

Help that solves it! Thanks.

1 Like

It did solve. Thnx!