Show / Hide Table of Contents

    Interface IDateTimeDialog

    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public interface IDateTimeDialog

    Properties

    DateTime

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

    MaximumDateTime

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

    MinimumDateTime

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

    Mode

    Declaration
    DateTimePickerMode Mode { get; set; }
    Property Value
    Type Description
    DateTimePickerMode

    Title

    Declaration
    string Title { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Hide()

    Declaration
    void Hide()

    Show()

    Declaration
    void Show()

    Unrealize()

    Declaration
    void Unrealize()

    Events

    DateTimeChanged

    Declaration
    event EventHandler<DateChangedEventArgs> DateTimeChanged
    Event Type
    Type Description
    System.EventHandler<DateChangedEventArgs>

    PickerClosed

    Declaration
    event EventHandler PickerClosed
    Event Type
    Type Description
    System.EventHandler

    PickerOpened

    Declaration
    event EventHandler PickerOpened
    Event Type
    Type Description
    System.EventHandler
    Back to top Copyright © 2021 Samsung
    Generated by DocFX