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