Get date and time the core DLL module was last compiled.

Namespace:  FirmaSAT
Assembly:  diFirmaSatNet (in diFirmaSatNet.dll) Version: 10.50.0.29531

Syntax

C#
public static string CompileTime()
Visual Basic (Declaration)
Public Shared Function CompileTime As String

Return Value

Date and time string.

Examples

CopyC#
Console.WriteLine(General.CompileTime());  // Feb 28 2021 18:29:46

See Also