Show / Hide Table of Contents

    Class CircleDateTimeSelector

    The CircleDateTimeSelector is a view that can change the value by bezel action by touching each item of "Year: Month: Day" and "Hour: Minute: AM / PM"

    Inheritance
    System.Object
    CircleDateTimeSelector
    Implements
    IRotaryFocusable
    ICircleSurfaceConsumer
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class CircleDateTimeSelector : Xamarin.Forms.View, IRotaryFocusable, ICircleSurfaceConsumer

    Fields

    DateTimeProperty

    BindableProperty. Identifies the DateTime bindable property.

    Declaration
    public static readonly BindableProperty DateTimeProperty
    Field Value
    Type Description
    BindableProperty

    IsVisibleOfAmPmProperty

    BindableProperty. Identifies the IsVisibleOfAmPm bindable property.

    Declaration
    public static readonly BindableProperty IsVisibleOfAmPmProperty
    Field Value
    Type Description
    BindableProperty

    IsVisibleOfDateProperty

    BindableProperty. Identifies the IsVisibleOfDate bindable property.

    Declaration
    public static readonly BindableProperty IsVisibleOfDateProperty
    Field Value
    Type Description
    BindableProperty

    IsVisibleOfHourProperty

    BindableProperty. Identifies the IsVisibleOfHour bindable property.

    Declaration
    public static readonly BindableProperty IsVisibleOfHourProperty
    Field Value
    Type Description
    BindableProperty

    IsVisibleOfMinuteProperty

    BindableProperty. Identifies the IsVisibleOfMinute bindable property.

    Declaration
    public static readonly BindableProperty IsVisibleOfMinuteProperty
    Field Value
    Type Description
    BindableProperty

    IsVisibleOfMonthProperty

    BindableProperty. Identifies the IsVisibleOfMonth bindable property.

    Declaration
    public static readonly BindableProperty IsVisibleOfMonthProperty
    Field Value
    Type Description
    BindableProperty

    IsVisibleOfYearProperty

    BindableProperty. Identifies the IsVisibleOfYear bindable property.

    Declaration
    public static readonly BindableProperty IsVisibleOfYearProperty
    Field Value
    Type Description
    BindableProperty

    MarkerColorProperty

    BindableProperty. Identifies the MarkerColor bindable property.

    Declaration
    [Obsolete("MarkerColor bindable property is obsolete as of Tizen.NET version 4.0.0 and is no longer supported")]
    public static readonly BindableProperty MarkerColorProperty
    Field Value
    Type Description
    BindableProperty

    MaximumDateProperty

    BindableProperty. Identifies the MaximumDate bindable property.

    Declaration
    public static readonly BindableProperty MaximumDateProperty
    Field Value
    Type Description
    BindableProperty

    MinimumDateProperty

    BindableProperty. Identifies the MinimumDate bindable property.

    Declaration
    public static readonly BindableProperty MinimumDateProperty
    Field Value
    Type Description
    BindableProperty

    ValueTypeProperty

    BindableProperty. Identifies the ValueType bindable property.

    Declaration
    public static readonly BindableProperty ValueTypeProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    CircleSurfaceProvider

    Gets or sets a CircleSurfaceProvider.

    Declaration
    public ICircleSurfaceProvider CircleSurfaceProvider { get; set; }
    Property Value
    Type Description
    ICircleSurfaceProvider

    DateTime

    Gets or sets the date / time.

    Declaration
    public DateTime DateTime { get; set; }
    Property Value
    Type Description
    System.DateTime

    IsVisibleOfAmPm

    Gets or sets a boolean value that indicates whether the AmPm field type is visible.

    Declaration
    public bool IsVisibleOfAmPm { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsVisibleOfDate

    Gets or sets a boolean value that indicates whether the date field type is visible.

    Declaration
    public bool IsVisibleOfDate { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsVisibleOfHour

    Gets or sets a boolean value that indicates whether the hour field type is visible.

    Declaration
    public bool IsVisibleOfHour { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsVisibleOfMinute

    Gets or sets a boolean value that indicates whether the minute field type is visible.

    Declaration
    public bool IsVisibleOfMinute { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsVisibleOfMonth

    Gets or sets a boolean value that indicates whether the month field type is visible.

    Declaration
    public bool IsVisibleOfMonth { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsVisibleOfYear

    Gets or sets a boolean value that indicates whether the year field type is visible.

    Declaration
    public bool IsVisibleOfYear { get; set; }
    Property Value
    Type Description
    System.Boolean

    MarkerColor

    Gets or sets Marker color

    Declaration
    [Obsolete("MarkerColor is obsolete as of Tizen.NET version 4.0.0 and is no longer supported")]
    public Color MarkerColor { get; set; }
    Property Value
    Type Description
    Color

    MaximumDate

    Gets or sets the maximum date when ValueType is Date.

    Declaration
    public DateTime MaximumDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    MinimumDate

    Gets or sets the minimum date when ValueType is Date.

    Declaration
    public DateTime MinimumDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    ValueType

    Gets or sets DateTimeType value. If it is Time, the UI will be changed to enable time selection. If it is a Date, the date can be changed.

    Declaration
    public DateTimeType ValueType { get; set; }
    Property Value
    Type Description
    DateTimeType

    Implements

    IRotaryFocusable
    ICircleSurfaceConsumer
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX