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