DateTimeValueInsignificantDigits Property
Gets or sets the insignificant digits, the number of digits in the number minus the significant digits.
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public int InsignificantDigits { get; set; }
Dim instance As DateTimeValue
Dim value As Integer
value = instance.InsignificantDigits
instance.InsignificantDigits = value
public:
property int InsignificantDigits {
int get ();
void set (int value);
}
No code example is currently available or this language may not be supported.
Property Value
Int32