Click or drag to resize

DateTimePickerDialog 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 /OSA/Resources/OSA/DateTimePicker8 into your scene and subscribe to OnDateSelected
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Com.ForbiddenByte.OSA.CustomAdapters.DateTimePickerDateTimePickerDialog

Namespace:  Com.ForbiddenByte.OSA.CustomAdapters.DateTimePicker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class DateTimePickerDialog : MonoBehaviour

The DateTimePickerDialog type exposes the following members.

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

Optimized ScrollView Adapter

Supported in: 4.1
See Also