Published in: Visual Basic
Public Function Kalenderwoche(Datum As Date) Kalenderwoche = Format(Datum, "ww", 2, 2) wochentag = weekday([datum]) End Function '' im Bericht: '' =ErsterWert(DatTeil("ww";[Datum];2;2))
You need to login to post a comment.
Visual Basic 2008 Programmer's Reference
Visual Basic Orcas Programmer's Reference is a language tutorial and a reference guide to the upcoming Orcas release of Visual Basic. The tutorial provides basic material suitable for beginners but also includes in-depth content for more advanced developers.
qrist0ph on 07/23/08
Published in: Visual Basic
Public Function Kalenderwoche(Datum As Date) Kalenderwoche = Format(Datum, "ww", 2, 2) wochentag = weekday([datum]) End Function '' im Bericht: '' =ErsterWert(DatTeil("ww";[Datum];2;2))
You need to login to post a comment.