1

Add a current time synch into the DATETIME Picker object in AXIOM

Hello,

Would it be possible to add a button in the DATETIME picker object to synch to current local time ?

 

1 reply

null
    • wise_james
    • 11 mths ago
    • Reported - view

    Perhaps a solution that would work for you would be to add a button control to the Axiom application with this script:

            public void Button1_OnClick(object sender, EventArgs eventArgs)
            {
                DateTimePicker1.DateTime=DateTime.Now;
            }

Content aside

print this pagePrint this page
  • 1 Votes
  • 11 mths agoLast active
  • 1Replies
  • 41Views
  • 2 Following