TimeAttribute 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 Time selector.
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class TimeAttribute : Attribute
type TimeAttribute = class
inherit Attribute
- Inheritance
-
TimeAttribute
- Attributes
Remarks
This is only used for the reflection binder of MonoTouch.Dialog
Constructors
TimeAttribute() |