Skip to main content

%Studio.TimeStamp

Class %Studio.TimeStamp Extends %TimeStamp [ System = 3 ]

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.

Parameters

XSDTYPE

Parameter XSDTYPE = "string";

Declares the XSD type used when projecting XML Schemas.

Methods

XSDToLogical

ClassMethod XSDToLogical(%val As %String) As %Studio.TimeStamp

Converts the SOAP encoded input dateTime value into a %TimeStamp value.

LogicalToXSD

ClassMethod LogicalToXSD(%val As %Studio.TimeStamp) As %String

Converts the %TimeStamp value to the canonical SOAP encoded value.