i'm newbie from programming,
what i want to ask is
how to get the name from dayofweek??
For cacah = 0 To 6
Dim nodeNamaHari As DayOfWeek
[nodeNamaHari = cacah]
Dim nodeJelasHari As TreeNode = nodeBulan.Nodes.Add(nodeNamaHari)
Next
that's what i try
but the nodes appear just the value like 0 to 6 not
Monday
Tuesday
Wednesday and furthermore