MobileForms Toolkit Documentation

ItemTimeSpan.Value Property

Gets or sets the object of the Time picker Item.

public override object Value {get; set;}

Property Value

The object associated with this Item.

Remarks

This property return TimeSpan value that represent time. The value can be set only to TimeSpan convertible types. Value can be set to a null reference if AllowNoneTime is set to true. Otherwise a null reference as Value is converted to current time.

See Also

ItemTimeSpan Class | Resco.Controls.DetailView Namespace