Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DateOnlyAttribute.cs
1
using
System;
2
3
namespace
Waher.Things.Attributes
4
{
8
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple =
false
, Inherited =
true
)]
9
public
class
DateOnlyAttribute
: Attribute
10
{
14
public
DateOnlyAttribute
()
15
{
16
}
17
}
18
}
Waher.Things.Attributes.DateOnlyAttribute
Only edits the date of the underlying DateTime property.
Definition:
DateOnlyAttribute.cs:10
Waher.Things.Attributes.DateOnlyAttribute.DateOnlyAttribute
DateOnlyAttribute()
Only edits the date of the underlying DateTime property.
Definition:
DateOnlyAttribute.cs:14
Waher.Things.Attributes
Definition:
AlphaChannelAttribute.cs:4
IoTGateway
Things
Waher.Things
Attributes
DateOnlyAttribute.cs
Generated by
1.9.5