Home Unanswered Active Tags New Question

Showing the Saturday in DayPilot Calendar

Hi,

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

Asked by seyse 1 year ago.
Replies
Scheduler.ShowNonBuisnessHour = true ??
Be more precise in your question!
Comment posted by Bbq 1 year 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.

Comment posted by Dan Letecky 1 year ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java