AssemblyBuildDateAttribute Constructor

Specifies when the assembly is built.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public AssemblyBuildDateAttribute(
	long ticks
)

Parameters

ticks  Int64
Ticks of UTC date and time when the assembly is built.

See Also