Class GenTimeAccuracy
- Namespace
- Org.BouncyCastle.Tsp
- Assembly
- BouncyCastle.Cryptography.dll
public class GenTimeAccuracy
- Inheritance
-
GenTimeAccuracy
- Inherited Members
Constructors
GenTimeAccuracy(Accuracy)
public GenTimeAccuracy(Accuracy accuracy)
Parameters
accuracyAccuracy
Properties
Micros
public int Micros { get; }
Property Value
Millis
public int Millis { get; }
Property Value
Seconds
public int Seconds { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.