Class BuildDateTimeAttribute
- Namespace
- DuetControlServer.Utility
- Assembly
- DuetControlServer.dll
Attribute to obtain the build datetime
[AttributeUsage(AttributeTargets.Assembly)]
public class BuildDateTimeAttribute : Attribute
- Inheritance
-
BuildDateTimeAttribute
- Inherited Members
Constructors
BuildDateTimeAttribute(string)
Attribute to obtain the build datetime
public BuildDateTimeAttribute(string date)
Parameters
datestring
Properties
Date
Build datetime
public string Date { get; set; }