This is a date and time picker in IOS picker design.
This library is based on the ASWheelPicker, without it the library will not work.
www.b4x.com
ASWheelDateTimePicker
Author: Alexander Stolte
Version: 1.00

This library is based on the ASWheelPicker, without it the library will not work.
[B4X] [XUI] AS WheelPicker - Spinner - a modern single/multiple choice picker view - based on xCustomListView [Payware]
Hello, this is a modern wheel picker, like the IOS-PickerView. WheelPicker/Spinner This library is not free, because, it cost a lot of time and gray hair to create such views. Minimum Donation Value: 7€ Please write WheelPicker in the order description, thanks. Thanks for your understanding...

ASWheelDateTimePicker
Author: Alexander Stolte
Version: 1.00
- ASWheelDateTimePicker_MonthName
- Fields:
- April As String
- August As String
- December As String
- February As String
- IsInitialized As Boolean
Tests whether the object has been initialized. - January As String
- July As String
- June As String
- March As String
- May As String
- November As String
- October As String
- September As String
- Functions:
- Initialize
Initializes the fields to their default value.
- Initialize
- Fields:
- ASWheelDateTimePicker_MonthNameShort
- Fields:
- April As String
- August As String
- December As String
- February As String
- IsInitialized As Boolean
Tests whether the object has been initialized. - January As String
- July As String
- June As String
- March As String
- May As String
- November As String
- October As String
- September As String
- Functions:
- Initialize
Initializes the fields to their default value.
- Initialize
- Fields:
- ASWheelDateTimePicker_WeekNameShort
- Fields:
- Friday As String
- IsInitialized As Boolean
Tests whether the object has been initialized. - Monday As String
- Saturday As String
- Sunday As String
- Thursday As String
- Tuesday As String
- Wednesday As String
- Functions:
- Initialize
Initializes the fields to their default value.
- Initialize
- Fields:
- AS_WheelDateTimePicker
- Events:
- SelectedDateChanged (Date As Long)
- SelectedTimeChanged (Hour As Int, Minute As Int)
- Fields:
- mBase As B4XView
- Tag As Object
- Functions:
- Class_Globals As String
- CreateASWheelDateTimePicker_MonthName (January As String, February As String, March As String, April As String, May As String, June As String, July As String, August As String, September As String, October As String, November As String, December As String) As ASWheelDateTimePicker_MonthName
- CreateASWheelDateTimePicker_MonthNameShort (January As String, February As String, March As String, April As String, May As String, June As String, July As String, August As String, September As String, October As String, November As String, December As String) As ASWheelDateTimePicker_MonthNameShort
- CreateASWheelDateTimePicker_WeekNameShort (Monday As String, Tuesday As String, Wednesday As String, Thursday As String, Friday As String, Saturday As String, Sunday As String) As ASWheelDateTimePicker_WeekNameShort
- DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
Base type must be Object - getHour As Int
- getMinute As Int
- Initialize (Callback As Object, EventName As String) As String
- IsInitialized As Boolean
Tests whether the object has been initialized.
- Properties:
- Hour As Int [read only]
- Minute As Int [read only]
- Events:
- 1.00
- Release
- 1.01
- BugFixes
- 1.02
- Add set Hour
- Add set Minute
- Add set Date
- 1.03
- Add Refresh
- 1.04
- BugFixes
- PickerType = DatePicker - The days in the month now adjust automatically
- Add Designer Property TextColor
- Add Designer Property FadeColor
- Add Designer Property HapticFeedback
- 1.05
- Add Designer Property TodayText
- Default: Today
- Add get and set TodayText - Call Refresh if you change something
- Add Designer Property TodayText
- 1.06
- BugFixes
- 1.07
- BugFixes - AM and PM mode works now as expected
- BugFixes - setDate Number of days is now adjusted
- 1.08
- Add get and set FadeColor
- Add get and set TextColor
- Add get and set SelectorColor
- Add get and set BackgroundColor
- MonthName now comes from the DateUtils
- 1.09
- BugFixes
- 1.10
- BugFixes
- 1.11
- Add Designer Property MinuteSteps - 1-5-10-15 Block Interval
- Default: False
- Add Designer Property MinuteSteps - 1-5-10-15 Block Interval
- 1.12
- BugFixes
Attachments
Last edited: