TIBCO Adapter SDK C++ Reference
MTime::MTime
MTime
Constructs a time object using the specified hour, minute, and second.
Parameters
Parameters Description
int hour Hour to include with this MTime instance.
int minute Minute to include with this MTime instance.
float second Second to include with this MTime instance.
Exceptions
Declaration
MTime(int hour, int minute, float second) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.