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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Defining UTCDateTime constants

Volodymyr Giginiak Profile Picture Volodymyr Giginiak Microsoft Employee
I was always using DateTimeUtil class to set a specific UTCDateTime value:
dateTime = DateTimeUtil::newDateTime(02\03\2010, 17*3600+30*60);

But it appeared that there is an easier way to define UTCDateTime constant:
dateTime = 2010-03-02T17:30:00;

This was originally posted here.

Comments

*This post is locked for comments