Soap.XSBuiltIns.TXSCustomDateTime.SetUseZeroMilliseconds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetUseZeroMilliseconds(const Value: Boolean);

C++

void __fastcall SetUseZeroMilliseconds(const bool 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 UseZeroMilliseconds property.

SetUseZeroMilliseconds is the protected write implementation of the UseZeroMilliseconds property.

See Also