How to set a datetime variable with the contents of a string

Never mind, I stumbled across the "Time String" operation.

For 10:30 PM, I'm using:
9999-99-99T%vTokenString%:00.000-%hvGMT_Offset%,

where vTokenString = "22:30" and hvGMT_Offset = "0800".

3 Likes