timespan variable type not available
Hi,
The timepsain variable type does seen to be a restricted variable type, i.e. I cannot create a string using such template, hence not making it available for making quick time comparisons between two variables.
In other words because the variable type is not available, it is not possible to compare two values, e.g. Time.TimeOfDay compared to "variable x". Because I cannot create a varaible X I cannot compare the Time of the day value offered by the system

Hi,
I've tested, and in fact if you create, let's say a string, with a certain time of day variable, the TimeOfDay actually can't be compared to that string variable (it doesn't show up to select the string).
But my question is:
When you use a Task, and use a: If TimeOfDay equals... can't you use the constant field below and chose the time you want to compare? Or does your task need some variable that's not static? Let me know...