Hello
must calculate that day will be current date + 100 days
I tried so but this in error, can help me?
DateTime.SetTimeZone(0)
DateTime.DateFormat="dd/mm/yyyy"
Dim Day As Int = 100, ETicks1 As Long
ETicks1 = DateTime.DateParse( "09/03/2016" )
Msgbox( DateTime.Date(ETicks1+(Day * 86400000)), "ok" )
Return 09/57/2016 ????!!!
must calculate that day will be current date + 100 days
I tried so but this in error, can help me?
DateTime.SetTimeZone(0)
DateTime.DateFormat="dd/mm/yyyy"
Dim Day As Int = 100, ETicks1 As Long
ETicks1 = DateTime.DateParse( "09/03/2016" )
Msgbox( DateTime.Date(ETicks1+(Day * 86400000)), "ok" )
Return 09/57/2016 ????!!!