Hi How do you return ticks for a fixed time,say 08:00 ,for all dates using cal_valuechanged? Thx
P preeti New Member Mar 31, 2010 #1 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 Mar 31, 2010 #2 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
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
P preeti New Member Mar 31, 2010 #3 specci48 said: 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 Click to expand... thanx specci
specci48 said: 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 Click to expand... thanx specci