Soap.XSBuiltIns.TXSTimeInstant

From RAD Studio API Documentation
Jump to: navigation, search

Soap.XSBuiltIns.TXSCustomDateTimeSoap.InvokeRegistry.TRemotableXSSoap.InvokeRegistry.TRemotableSystem.TObjectTXSTimeInstant

Delphi

TXSTimeInstant = TXSDateTime;

C++

typedef TXSDateTime TXSTimeInstant;

Properties

Type Visibility Source Unit Parent
class
typedef
public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns Soap.XSBuiltIns

Description

TXSTimeInstant represents the timeInstant type for Web Services applications.

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.

See Also