Table of Contents

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

accuracy Accuracy

Properties

Micros

public int Micros { get; }

Property Value

int

Millis

public int Millis { get; }

Property Value

int

Seconds

public int Seconds { get; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.