Hi Team
I have added queue with timestamp reference
now I want to get those queue items How can I get base on date time ?
see the picture
I want queue items from 03/07/2024 20:27:49
Hi Team
I have added queue with timestamp reference
now I want to get those queue items How can I get base on date time ?
see the picture
I want queue items from 03/07/2024 20:27:49
Also I have not specify any parameter in from to field
Is there any condition to get the specific range datetime queue items.In reference you used Get asset value what input that it contains…?
Try this way:
DateTime.ParseExact("03/07/2024 20:27:49", "MM/dd/yyyy HH:mm:ss", System.Globalization.CultureInfo.InvariantCulture)
Regards
Within that variable I have store DateTime value
I want to keep DateTime dynamic
DateTime.ParseExact(Now.ToString("MM/dd/yyyy HH:mm:ss"), "MM/dd/yyyy HH:mm:ss", System.Globalization.CultureInfo.InvariantCulture)
Regards
Hey Hi,
Check this approach.
• First Identify queue items that are available with you date range. For that take “Get Queue Items” and filter with only date will get all the available processing date queue items
Hope this would helps you.
Yes it has has the date and time some time it will have yesterday datetime as well
You want to get the queue items of the present date and time. Is there any other requirement.
Regards
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.