Date time picker
Methods
Method | Description |
Siebel.SetDate (1 arg) | Sets the value of the date, as determined by the existing format.
The date format used corresponds to the System.DateTime.ToString
method. Each DateTime control will vary, depending on how it is set
up in Siebel. See this website for examples: http://msdn.microsoft.com/en-us/library/az4se3k1.aspx |
Siebel.SetDate (2 args) | Sets the value of the date and the format. The date format used corresponds to the System.DateTime.ToString method. Each DateTime control will vary, depending on how it is set up in Siebel. |
Siebel.GetDate | Gets the value of the Date/Time picker. |
Siebel.ShowPopup | Shows the selected pop-up window. |
Siebel.HidePopup | Hides the selected pop-up window. |
Previous topic Currency control Next topic Multi value control