help
Hi Sachin mittal,
Refer to the below link and see whether it helps.
https://learn.microsoft.com/en-us/dotnet/api/dynamics.ax.application.datetimeutil.time#dynamics-ax-application-datetimeutil-time(microsoft-dynamics-ax-xpp-axshared-utcdatetime)
Thanks,
Girish S.
Hi Sachin, You can get time from Datetime as below but probably it will not be as per user's preferred timezone.
DateTimeUtil::time(Table.CreatedDateTime)
System code applies TimeZoneOffset as below. (Check writeDateTimeToLabel method of ProcessScheduleOccurrenceCardBuilder class)
Timezone userTimeZone = DateTimeUtil::getUserPreferredTimeZone(); ProcessScheduleDateTime userDateTime = DateTimeUtil::applyTimeZoneOffset(_datetime, userTimeZone); TimeOfDay userTime = DateTimeUtil::time(userDateTime);
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CA Neeraj Kumar 2,157
André Arnaud de Cal... 883 Super User 2025 Season 2
Sohaib Cheema 674 User Group Leader