Class BuildDateTimeAttribute
Attribute to obtain the build datetime
Inherited Members
Namespace: DuetControlServer.Utility
Assembly: DuetControlServer.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class BuildDateTimeAttribute : Attribute
Constructors
BuildDateTimeAttribute(string)
Constructor of this class
Declaration
public BuildDateTimeAttribute(string date)
Parameters
Type | Name | Description |
---|---|---|
string | date |
Properties
Date
Build datetime
Declaration
public string Date { get; set; }
Property Value
Type | Description |
---|---|
string |