Soap.XSBuiltIns.TXSCustomDateTime.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 protected
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSCustomDateTime

Description

Indicates the Millisecond of the second that the object represents.

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

Note: Millisecond values are not used by TXSDuration.

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