Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts an X++ utcdatetime value to a .NET System.DateTime object.
Syntax
client server public static anytype utcDateTime2SystemDateTime(utcdatetime _utcDateTime)
Run On
ClientOrServer
Parameters
- _utcDateTime
Type: utcdatetime
The X++ utcdatetime to convert.
Return Value
Type: anytype
A .NET System.DateTime object.