%Studio.TimeStamp
datatype class %Studio.TimeStamp extends %Library.TimeStamp
ODBC Type: TIMESTAMP
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.Method Inventory
Parameters
parameter XSDTYPE = string;
Declares the XSD type used when projecting XML Schemas.
Methods
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.