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 ?

 

1reply Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • 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;
            }

    Like
print this pagePrint this page
Vote1 Follow
  • 1 Votes
  • 3 mths agoLast active
  • 1Replies
  • 26Views
  • 2 Following