DateAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |