Enum SubSecondPrecision
Enum representing the precision of sub-second time measurements.
public enum SubSecondPrecision
Fields
Microseconds = 6
Represents precision in microseconds. Value corresponds to the number of decimal places.
Milliseconds = 3
Represents precision in milliseconds. Value corresponds to the number of decimal places.
Nanoseconds = 9
Represents precision in nanoseconds. Value corresponds to the number of decimal places.