calendar

preeti

New Member
Hi
How do you return ticks for a fixed time,say 08:00 ,for all dates using cal_valuechanged?
Thx
 

specci48

Well-Known Member
Licensed User
Longtime User
Calendar.value always returns the ticks at 00:00 so you can add any time with TimeAdd:
B4X:
t = TimeAdd(Calendar1.Value, 8, 0, 0)


specci48
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…