TIBCO Adapter SDK C++ Reference
MDateTime::MDateTime
MDateTime
Constructs an MDateTime instance. This constructor creates an MDateTime from the specified string.
Parameters
Parameters Description
const MString& dateTimeStr Data to encapsulate as an MDateTime instance. Specify
DateTime YYYY-MM-DDThh:mm:ss.s". If the empty string is provided, the current date and time is used.
Declaration
MDateTime(const MString& dateTimeStr) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.