FX3BoardBuildDateTime Property |
Gets the date and time the FX3 application firmware was compiled.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string BuildDateTime { get; }
Public ReadOnly Property BuildDateTime As String
Get
public:
property String^ BuildDateTime {
String^ get ();
}
member BuildDateTime : string with get
Return Value
Type:
StringThe date time string
See Also