Login Page - Create Account

Support Board


Date/Time: Fri, 31 Jan 2025 22:44:23 +0000



Post From: Calculation triggered by Time Value == comparison continues calculating after Time Values !=

[2019-06-01 20:47:52]
Tom Hanks - Posts: 20
Working with the SCDateTime Variables and Values: Time Values

"Time values are integer (int) values representing the number of seconds since midnight (00:00)."

"You can construct a Time Value from Hour, Minute, Second components by using the HMS_TIME() function"

"To compare the time components of two different SCDateTime variables, get the time values from them by using the GetTime() function and compare those time values."

So based on the above I am doing this correctly. It seems that there is a caveat I'm not discovering when it comes to comparing the equality of time values.