B4A Library [B4A] [B4i] MetroUI_TimeEdit

Hello,
If you want, you can take the codes with winrar and open B4Xlib codes, edit and duplicate them. Because Sharing is Good.
Report bugs and requests to us in response.

MetroUI_TimeEdit

It is a component that can be useful if you are dealing with time zones. You can manage Hours - Minutes and Seconds as you wish.

Authors : @Ertan
Versions :
1.0

Versions :

V1.00
-Release

View;

iOS;

Designer Features;
  • 24 Hour Time ; If you check it will be set for the 24-hour time frame.
  • Second Visible ; If you tick, the second will be active.
  • Background Color
  • Text Color "00"
  • Clock Color ":"

Screenshot_4.png



B4X:
Private Sub Time_Second_Button_Click
    Log(MetroUI_TimeEdit1.Time)
End Sub
 

Attachments

  • MetroUI_TimeEdit.b4xlib
    2.5 KB · Views: 221
  • MetroUI_TimeEdit_B4X - Example.zip
    15.5 KB · Views: 228
Top