Accuracy public class Accuracy : Asn1Encodable Documentation Code protected const int MaxMicros = 999 protected const int MaxMillis = 999 protected const int MinMicros = 1 protected const int MinMillis = 1 public DerInteger Micros { get; } public DerInteger Millis { get; } public DerInteger Seconds { get; } public Accuracy(DerInteger seconds, DerInteger millis, DerInteger micros) public static Accuracy GetInstance(object obj) public static Accuracy GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static Accuracy GetOptional(Asn1Encodable element) public static Accuracy GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)