TIBCO Adapter SDK C++ Reference
MDate::MDate
MDate
Constructs an MDate instance using the year, month, and day that was specified.
Parameters
Parameters Description
int year Year to include within this MDate instance.
int month Month to include within this MDate instance.
int mday Day of the month to encapsulate within this MDate instance.
Declaration
MDate(int year, int month, int mday);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.