Click or drag to resize

DateTimePicker8 Class

Implementing multiple adapters to get a generic picker which returns a DateTime object. There are 2 ways of using this script: either simply call Show(ActionDateTime) or drag and drop the prefab in /SRIA/Resources/SRIA/DateTimePicker8 into your scene and subscribe to OnDateSelected
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          frame8.Logic.Misc.Visual.UI.DateTimePickerDateTimePicker8

Namespace:  frame8.Logic.Misc.Visual.UI.DateTimePicker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class DateTimePicker8 : MonoBehaviour

The DateTimePicker8 type exposes the following members.

Constructors
  NameDescription
Public methodDateTimePicker8
Top
Properties
Methods
Events
  NameDescription
Public eventOnDateSelected
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.0, 3.0
See Also