Function EN Version 1.90

@Weekday

List Misc TimeDate

Syntax

@Weekday(TD1)
@Weekday(TDLIST1)

Description

Returns the weekday of TD/TDLIST TD1/TDLIST1 as a NUMBER between 1 (Sunday) and 7 (Saturday).

Example: @Weekday(TD1)

TD1:=[30.09.93];
@Weekday(TD1);

returns 5 (Donnerstag)

Example: @Weekday(TDLIST1)

TDLIST1:=[29.09.93]:[30.09.93]:[01.10.93];
@Weekday(TDLIST1);

returns 4:5:6

Note : This text was machine-translated and may contain inaccuracies.