QuestionQ14
Variables and ArgumentsA process uses a DateTime variable named "Timestamp." The developer needs to print the variable in the Output panel using the format "yyyy-MM-dd hh:mm." Which expression should be used to display its value?
- A Timestamp.CompareTo(“yyyy-MM-dd hh:mm”)
- B Timestamp.“dd-MM-yyyy”
- C Timestamp.ToDateTime(“yyyy-MM-dd hh:mm”)
- D Timestamp.ToString(“yyyy-MM-dd hh:mm”)
Community Discussion