Tolerance public class Tolerance Documentation public static Tolerance Empty { get; } public static Tolerance Zero { get; } public Tolerance Days { get; } public Tolerance Hours { get; } public bool IsEmpty { get; } public Tolerance Milliseconds { get; } public Tolerance Minutes { get; } public ToleranceMode Mode { get; } public Tolerance Percent { get; } public Tolerance Seconds { get; } public Tolerance Ticks { get; } public Tolerance Ulps { get; } public object Value { get; } public Tolerance(object amount)