Soap.XSBuiltIns.TXSTimeInstant.Millisecond

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

Delphi

property Millisecond: Word read GetMillisecond write SetMillisecond default 0;

プロパティ

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

説明

Millisecond は,オブジェクトが表す秒をミリ秒で示します。

Soap.XSBuiltIns.TXSTimeInstant.Millisecond は Soap.XSBuiltIns.TXSCustomDateTime.Millisecond を継承しています。以下の内容はすべて Soap.XSBuiltIns.TXSCustomDateTime.Millisecond を参照しています。

Millisecond は,オブジェクトが表す秒をミリ秒で示します。

Millisecond プロパティを使用すると,日付時刻値のミリ秒部分を取得または設定できます。Millisecond の有効な値は 1 から 59 です。

メモ:  Millisecond の値は,TXSDuration では使用されません。

メモ:  FractionalSeconds プロパティを使用して,秒の小数点以下の部分を取得することもできます。Millisecond はミリ秒の値を提供するのに対して,FractionalSeconds は秒の小数点以下を返します。

関連項目