views:

154

answers:

1

It's the accessing table of hours on week days... How can I do that?

+1  A: 

Check out this thread on Directory Programming.NET - that's the best information I've found so far (and I've been looking for a while!).

http://directoryprogramming.net/forums/thread/6194.aspx

There's also an article on CodeProject - LoginHours from DirectoryEntry as a boolean array - that shows to a certain degree how to work with logon hours from a DirectoryEntry object.

Here's another post which shows how to set the logon hours in Java - might be helpful, too, just to see how they do it.

marc_s