datatype class %Studio.TimeStamp
extends %TimeStamp
ODBC Type: VARCHAR
Datatype for %Studio.Project property LastModified which is needed in order
to be backward compatible with older XML exports of %Studio.Project before we switched to
using the built in XML support for the import/export of these objects.
parameter XSDTYPE = "string";
Declares the XSD type used when projecting XML Schemas.
classmethod LogicalToXSD(%val As %Studio.TimeStamp)
as %String
Converts the %TimeStamp value to the canonical SOAP encoded value.
classmethod XSDToLogical(%val As %String)
as %Studio.TimeStamp
Converts the SOAP encoded input dateTime value into a %TimeStamp value.