Soap.XSBuiltIns.TXSCustomDateTime.SetMillisecond

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMillisecond(const Value: Word); virtual;

C++

virtual void __fastcall SetMillisecond(const System::Word Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Soap.XSBuiltIns.pas
Soap.XSBuiltIns.hpp
Soap.XSBuiltIns TXSCustomDateTime

Description

Sets the value of the Millisecond property.

SetMillisecond is the protected write implementation for the Millisecond property.

See Also