The system function DateTimeLib.weekdayOf returns a positive integer that represents a day of the week, as derived from a variable of type TIMESTAMP. The number 0 represents Sunday, 1 represents Monday, and so on.
DateTimeLib.weekdayOf(aTimeStamp TIMESTAMP in) returns (result INT)
Related concepts
Syntax diagram for EGL functions
Related reference
DATE
EGL library DateTimeLib