Returns date of assembling decoding build number.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
| C# |
|---|
public static DateTime GetBuildDate( AssemblyName assemblyName ) |
Parameters
- assemblyName
- Type: System.Reflection..::.AssemblyName
An assembly name AssemblyName.
Return Value
Date which corresponds to a build number from assembly name assemblyName.
Remarks
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | assemblyName is nullNothingnullptra null reference (Nothing in Visual Basic). |