Initializes a new instance of the RoundedTimeSpan class.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- ticks
- Type: System Int64
A time period expressed in 100-nanosecond units.
- precision
- Type: System Int32
The non-negative precision to the right of the decimal.
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Throws this exception if precision is negative. |
Remarks
See Also