Initializes a new instance of the Time class
Namespace: Org.BouncyCastle.Asn1.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public Time( Asn1Object time )  | 
| Visual Basic | 
|---|
Public Sub New ( _ time As Asn1Object _ )  | 
| Visual C++ | 
|---|
public: Time( Asn1Object^ time )  | 
Parameters
- time
 - Type: Org.BouncyCastle.Asn1..::..Asn1Object