Namespace: Org.BouncyCastle.Bcpg.Sig
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
protected static byte[] TimeToBytes(
	DateTime time
)
Visual Basic
Protected Shared Function TimeToBytes ( _
	time As DateTime _
) As Byte()
Visual C++
protected:
static array<unsigned char>^ TimeToBytes(
	DateTime time
)

Parameters

time
Type: System..::..DateTime

See Also