GlobalProfile.GetBuildDateUtc Method
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static DateTime GetBuildDateUtc(
Assembly assembly = null
)
Public Shared Function GetBuildDateUtc (
Optional assembly As Assembly = Nothing
) As DateTime
public:
static DateTime GetBuildDateUtc(
Assembly^ assembly = nullptr
)
static member GetBuildDateUtc :
?assembly : Assembly
-> DateTime
- assembly Assembly (Optional)
- Assembly to get the build date from or null to use the assembly of GlobalProfile class.
DateTimeUTC date when the assmebly is built.