DateAttribute Class

Definition

Attribute applied to DateTime objects to instruct the rendering to be done using the Date selector.

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class DateAttribute : Attribute
type DateAttribute = class
    inherit Attribute
Inheritance
DateAttribute
Attributes

Remarks

This is only used for the reflection binder of MonoTouch.Dialog

Constructors

DateAttribute()

Applies to