ThisISODOW Function
Returns the current Day of the week from Today's Date, according to ISO-8601 which has Monday as 1 and Sunday as 7.

Unit
QESBPCSDateTime

Declaration
Function ThisISODOW: Byte;

Returns
the DOW Number, 1 through 7 where 1 is Monday.

Category
Date/Time Conversion Routines

Implementation

function ThisISODOW: Byte;
begin
     Result := ISODayOfWeek (ESBToday);
End;


HTML generated by Time2HELP
http://www.time2help.com