Table of Contents

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

date string

Properties

Date

Build datetime

public string Date { get; set; }

Property Value

string