TimeAttribute Class

Definition

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()

Applies to