web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

how to get time from ( created field ) i.e date time . Using X++ Passing in excel report format

(0) ShareShare
ReportReport
Posted on by 2

help

I have the same question (0)
  • Suggested answer
    GirishS Profile Picture
    27,825 Moderator on at
    RE: how to get time from ( created field ) i.e date time . Using X++ Passing in excel report format

    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.

  • Suggested answer
    Mohit Rampal Profile Picture
    12,563 Moderator on at
    RE: how to get time from ( created field ) i.e date time . Using X++ Passing in excel report format

    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.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 2,157

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 883 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 674 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans