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(
	DateTime date
)
Visual Basic
Public Sub New ( _
	date As DateTime _
)
Visual C++
public:
Time(
	DateTime date
)

Parameters

date
Type: System..::..DateTime

See Also