Class CupertinoDatePicker | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class CupertinoDatePicker

    Inheritance
    Object
    Diagnosticable
    DiagnosticableTree
    CanonicalMixinDiagnosticableTree
    Widget
    StatefulWidget
    CupertinoDatePicker
    Inherited Members
    StatefulWidget.createElement()
    Widget.key
    Widget.toStringShort()
    Widget.debugFillProperties(DiagnosticPropertiesBuilder)
    Widget.canUpdate(Widget, Widget)
    CanonicalMixinDiagnosticableTree.pureWidget
    CanonicalMixinDiagnosticableTree.Equals(Object)
    CanonicalMixinDiagnosticableTree.GetHashCode()
    DiagnosticableTree.toStringShallow(String, DiagnosticLevel)
    DiagnosticableTree.toStringDeep(String, String, DiagnosticLevel)
    DiagnosticableTree.toDiagnosticsNode(String, DiagnosticsTreeStyle)
    DiagnosticableTree.debugDescribeChildren()
    Diagnosticable.ToString()
    Diagnosticable.toString(DiagnosticLevel)
    Namespace: Unity.UIWidgets.cupertino
    Syntax
    public class CupertinoDatePicker : StatefulWidget

    Constructors

    CupertinoDatePicker(ValueChanged<DateTime>, CupertinoDatePickerMode, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Int32, Nullable<Int32>, Int32, Boolean)

    Declaration
    public CupertinoDatePicker(ValueChanged<DateTime> onDateTimeChanged, CupertinoDatePickerMode mode = CupertinoDatePickerMode.dateAndTime, DateTime? initialDateTime = default(DateTime? ), DateTime? minimumDate = default(DateTime? ), DateTime? maximumDate = default(DateTime? ), int minimumYear = 1, int? maximumYear = default(int? ), int minuteInterval = 1, bool use24hFormat = false)
    Parameters
    Type Name Description
    ValueChanged<DateTime> onDateTimeChanged
    CupertinoDatePickerMode mode
    Nullable<DateTime> initialDateTime
    Nullable<DateTime> minimumDate
    Nullable<DateTime> maximumDate
    Int32 minimumYear
    Nullable<Int32> maximumYear
    Int32 minuteInterval
    Boolean use24hFormat

    Fields

    initialDateTime

    Declaration
    public readonly DateTime initialDateTime
    Field Value
    Type Description
    DateTime

    maximumDate

    Declaration
    public readonly DateTime? maximumDate
    Field Value
    Type Description
    Nullable<DateTime>

    maximumYear

    Declaration
    public readonly int? maximumYear
    Field Value
    Type Description
    Nullable<Int32>

    minimumDate

    Declaration
    public readonly DateTime? minimumDate
    Field Value
    Type Description
    Nullable<DateTime>

    minimumYear

    Declaration
    public readonly int minimumYear
    Field Value
    Type Description
    Int32

    minuteInterval

    Declaration
    public readonly int minuteInterval
    Field Value
    Type Description
    Int32

    mode

    Declaration
    public readonly CupertinoDatePickerMode mode
    Field Value
    Type Description
    CupertinoDatePickerMode

    onDateTimeChanged

    Declaration
    public readonly ValueChanged<DateTime> onDateTimeChanged
    Field Value
    Type Description
    ValueChanged<DateTime>

    use24hFormat

    Declaration
    public readonly bool use24hFormat
    Field Value
    Type Description
    Boolean

    Methods

    createState()

    Declaration
    public override State createState()
    Returns
    Type Description
    State
    Overrides
    StatefulWidget.createState()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023