RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
XSBuiltIns.TXSTimeInstant Type

TXSTimeInstant represents the timeInstant type for Web Services applications.

Pascal
TXSTimeInstant = TXSDateTime;
C++
TXSDateTime TXSTimeInstant;

TXSTimeInstant is a remotable class for representing the timeInstant type that W3C defines for XML schemas. It maps to the TXSDateTime class, which represents W3C's datetime type. The timeInstant type is replaced by the datetime type but some Web Service applications still use the older type definition. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!