Postpone queue Item till 10 PM

How to postpone queue item till 10 PM from Studio using Add queue item activity

Hi,

try adding your delay or datetime to the PostPone property as shown below ,

It is giving compiler error. Its saying disallows implicit conversion from string to date

Hi

Try this , this would fix time as 10 PM (i.e, 24 Hr format)

new DateTime(now.Year,Now.Month,now.Day,22,00,00)

with this its saying date cannot be converted into integer

Please help

Hi

did you try as shown below ,