Initializes a new instance of the Accuracy class
Namespace: Org.BouncyCastle.Asn1.TspAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Accuracy( DerInteger seconds, DerInteger millis, DerInteger micros ) |
Visual Basic |
---|
Public Sub New ( _ seconds As DerInteger, _ millis As DerInteger, _ micros As DerInteger _ ) |
Visual C++ |
---|
public: Accuracy( DerInteger^ seconds, DerInteger^ millis, DerInteger^ micros ) |
Parameters
- seconds
- Type: Org.BouncyCastle.Asn1..::..DerInteger
- millis
- Type: Org.BouncyCastle.Asn1..::..DerInteger
- micros
- Type: Org.BouncyCastle.Asn1..::..DerInteger