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