Soap.XSBuiltIns.TXSTime.Millisecond

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Millisecond: Word read GetMillisecond write SetMillisecond default 0;

C++

__property System::Word Millisecond = {read=GetMillisecond, write=SetMillisecond, default=0};

Properties

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

Description

Indicates the Millisecond of the second that the object represents.

Use Millisecond to get or set the millisecond portion of the time value. Valid Millisecond values are 1 through 59.

Note: You can also use the FractionalSeconds property to obtain fractional portions of the seconds. Unlike Millisecond, which gives the value in milliseconds, FractionalSeconds returns a fraction of a second.

See Also