Use SingleValueIf() to take a single value and return either the true or false value, where the types of the true or false values do not have to match.
Read more
Use TimeEq() to get the number of seconds, during the interval from StartTime to EndTime, that the value of the expressions are equal.
Read more
Use TimeLt() to get the number of seconds, during the interval from StartTime to EndTime, that the value of one of the expressions is less than the other.
Read more
Use TimeGe() to get the number of seconds, during the interval from StartTime to EndTime, that the value of the expressions are greater than or equal to each other.
Read more
Use TimeGt() to get the number of seconds, during the interval from StartTime to EndTime, that the value of one of the expressions is greater than the other.
Read more
Use TimeGe() to get the number of seconds, during the interval from StartTime to EndTime, that the value of the expressions are greater than or equal to each other.
Read more
Use TimeEq() to get the number of seconds, during the interval from StartTime to EndTime, that the value of the expressions are equal.
Read more
Use Floor() to get the largest integer that is less than or equal to a particular number.
Read more
Use Ceil() to get the smallest integer that is greater than or equal to a particular number.
Read more
Use ShiftNumber() to get the number of the shift in effect at a certain time.
Read more