MsgBox(Msg) ' The next two examples use string values for the interval parameter. Msg = "The week of the year: " & DatePart("ww", ActualDate) ' The week of the year is 7. MsgBox(Msg) Msg = "The day of the week: " & DatePart("w", ActualDate) ' The day of the week is ...
Agrandir le tableau Valeur d'énumérationValeurDescription FirstDayOfWeek.System 0 Premier jour de la semaine spécifié dans les paramètres système FirstDayOfWeek.Sunday 1 Dimanche (valeur par défaut) FirstDayOfWeek.Monday 2 Lundi (conforme à la norme ISO 8601, section 3.17) FirstDayOfWeek.Tuesday ...