GlobalProfile.GetBuildDateUtc Method

Retrieves the UTC date when the specified assembly is built from AssemblyBuildDateAttribute. If assembly is null then the assembly is taken from GlobalProfile class.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static DateTime GetBuildDateUtc(
	Assembly assembly = null
)

Parameters

assembly  Assembly  (Optional)
Assembly to get the build date from or null to use the assembly of GlobalProfile class.

Return Value

DateTime
UTC date when the assmebly is built.

See Also