Data.SqlTimSt.SQLDayOfWeek
Delphi
function SQLDayOfWeek(const DateTime: TSQLTimeStamp): Integer;
C++
extern DELPHI_PACKAGE int __fastcall SQLDayOfWeek(const TSQLTimeStamp &DateTime);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.SqlTimSt.pas Data.SqlTimSt.hpp |
Data.SqlTimSt | Data.SqlTimSt |
Description
Indicates the day of the week when a specified TSQLTimeStamp value occurs.
SQLDayOfWeek returns the day of the week of the specified date as an integer between 1 and 7, where Sunday is the first day of the week and Saturday is the seventh.