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;
Defining UTCDateTime constants
Views (2457)
This was originally posted here.

Like
Report
*This post is locked for comments