TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MTime::MTime
MTime
Construct a time object from the specified string. The format is hh:mm:ss[.s*].
Parameters
Parameters
Description
const MString& timeStr
Time string of the form hh::mm::ss[.s*]. The microseconds can be optionally included.
Declaration
MTime(
const
MString
& timeStr)
throw
(
MException
);
Links
MTime
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference