Soap.XSBuiltIns.TXSCustomDateTime.UseZeroMilliseconds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseZeroMilliseconds: Boolean read GetUseZeroMilliseconds write

C++

__property bool UseZeroMilliseconds = {read=GetUseZeroMilliseconds, write=SetUseZeroMilliseconds, nodefault};

Properties

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

Description

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

By default, the NativeToXS method does not include the milliseconds in the string encoding of this object's value when the value of the Millisecond property is zero. If you set UseZeroMilliseconds, NativeToXS changes its encoding to include the milliseconds even when the value is zero. This is necessary for some Web Services that do not support the full schema defined by W3C.

See Also