Calculating The Time

Hi,

I have to calculate whether if it is One Hour Above or not…!!

For reference I attached the screenshot below.

Thanks,
Rishi

Hey

Check out this post from @ppr

You can compare time using CDate.

Hopefully this help.

Hi @Rishik_Chowdary,

Use below query.
dt.Select("Duration not like '00%'").CopyToDataTable()

Regards,
Arivu