search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Showing the Saturday in DayPilot Calendar

Asked by seyse
13 years ago.

Hi,

I need help in showing the saturday events in daypilot calendar using vb... Thanks a lot :)

Comment posted by Bbq
13 years ago.
Scheduler.ShowNonBuisnessHour = true ??
Be more precise in your question!
Comment posted by Dan Letecky
13 years ago.

If you want to show just Saturday, you can use:

DayPilotCalendar1.StartDate = Convert.ToDateTime("2010-06-19T00:00:00") ' this Saturday
DayPilotCalendar1.Days = 1

If that's not what you are looking for, you should specify your question as Bbq suggested.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.