Calendar.week_day Method

KalendarRoutines

Kalenderroutinen

Calendar.week_day Method 

Gibt den Wochentag für ein beliebiges Datum in numerischer Schreibweise zurück Sonntag ist 0, Montag=1, ..., Samtag = 6

public static int week_day(
   Int32 t,
   Int32 m,
   Int32 j
);

Parameters

Int32
Tag
Int32
Monat
Int32
Jahr

Return Value

Missing <returns> documentation for M:KalendarRoutines.Calendar.week_day(System.Int32,System.Int32,System.Int32)

Remarks

Missing <remarks> documentation for M:KalendarRoutines.Calendar.week_day(System.Int32,System.Int32,System.Int32)

See Also

Calendar Class | KalendarRoutines Namespace