Soap.XSBuiltIns.TXSCustomDateTime.UseZeroMilliseconds

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property UseZeroMilliseconds: Boolean read GetUseZeroMilliseconds write

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSCustomDateTime

説明

Millisecond プロパティの値がゼロのときに,当該オブジェクトの値の文字列表現がミリ秒の部分を含むかどうかを示します。

デフォルトでは,Millisecond プロパティがゼロの場合,NativeToXS メソッドは,当該オブジェクトの値の文字列エンコーディングにミリ秒を含めません。UseZeroMilliseconds プロパティを設定すると,NativeToXS はエンコーディングを変更して,値がゼロの場合でもミリ秒を含めるようになります。これは,W3C によって定義された全スキーマをサポートしない Web サービスで必要になります。

関連項目