This document is archived and information here might be outdated. Recommended version. |
The number of decimal digits in a seconds part of the formatted number.
[Visual Basic .NET]
Public Property DecimalPlaces As Integer
[C#]
public int DecimalPlaces {get; set;}
[C++]
HRESULT get_DecimalPlaces(
long num
);
[C++]
HRESULT put_DecimalPlaces(
System.Int32* num
);
[C++] Parameters num [in]
num is a parameter of type long num [out, retval]
num is a parameter of type long*