Soap.XSBuiltIns.TXSTime.UseZeroMilliseconds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseZeroMilliseconds: Boolean read FUseZeroMilliseconds write

C++

__property bool UseZeroMilliseconds = {read=FUseZeroMilliseconds, write=FUseZeroMilliseconds, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSTime

Description

Indicates whether the string representation of this object's value includes a portion for fractions of a second when the value of Millisecond and FractionalSeconds is zero.

By default, the NativeToXS method does not include the fractional portion of a second in the string encoding of this object's value when the value represents an exact number of seconds. If you set UseZeroMilliseconds, NativeToXS changes its encoding to include milliseconds even when the value is zero. This is necessary for some Web Services that do not support the full time schema defined by W3C.

See Also