Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 omiaye
		
			omiaye
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Please I need some help to break down this expression. I can't find any help documentation on CurrentTime.
Timestamp(RangeSum(CurrentDate, Frac(Floor(CurrentTime*96)/96)))
Thanks.
 MayilVahanan
		
			MayilVahanan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Try like below
=Timestamp(RangeSum(Today(), Frac(Floor(Now()*96)/96)))
 MayilVahanan
		
			MayilVahanan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Try like below
=Timestamp(RangeSum(Today(), Frac(Floor(Now()*96)/96)))
 omiaye
		
			omiaye
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@MayilVahanan 
Please what is the significance of multiplication by 96?
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
It multiplies the current time by 96 (number of quarter-hours in a day) and then rounds down to the nearest integer.
 omiaye
		
			omiaye
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank you @Chanty4u. I am still trying to understand the importance of multiplication by 96. What value do you get by doing this multiplication or under what circumstance does one need to do this type of calculation? I would greatly appreciate any additional usage use cases. Thanks.
