Update page 'Date et heure'

Th3maz1ng 2019-03-18 17:05:42 +01:00
parent 74d2c32a85
commit a6bfd7c67d

@ -3,7 +3,7 @@
*Paramètre d'entré : rien*
*Paramètre de sortie : Date*
``` CSHARP
``` vbnet
Public Shared Function GetDateWithDayAsMonday() As Date
Return Today.AddDays((Today.DayOfWeek - DayOfWeek.Monday) * -1)
End Function