Initializes a new instance of the Time class

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: 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
)

See Also