Hi,
I have to calculate whether if it is One Hour Above or not…!!
For reference I attached the screenshot below.
Thanks,
Rishi
Hi,
I have to calculate whether if it is One Hour Above or not…!!
For reference I attached the screenshot below.
Thanks,
Rishi
Hi @Rishik_Chowdary,
Use below query.
dt.Select("Duration not like '00%'").CopyToDataTable()
Regards,
Arivu