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

Syntax

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

Parameters

t
Type: System..::..Int64

See Also