Background Image

Knowledge base articles about
time

Search DlhSoft Team's blog for time

If you need to define a custom schedule (specifying working and nonworking time for different days), time scale (displayed time headers), and/or timeline page (scrollable time interval) within Gantt Chart Library for WPF or Project Management Library for WPF, check the Custom Schedule, Custom Scale, and Custom Timeline sample applications for the control …

If you use a ListView based Gantt Chart control from Gantt Chart Library for WPF or Project Management Library for WPF, and you need to present date and time information for task values outside of the GridViewColumn.CellTemplate definitions (such as within a custom Edit Task dialog window), then instead of using the DateTimeBox control (that is pre-customized for showing d…

Silverlight™ and WPF do not include core DateTimePicker controls to be directly usable in CellEditTemplate definitions accepted by the DataGrid based components released by DlhSoft. However, you can the DatePicker control which allows selecting a date and then manually entering the time of day in the textbox, separated by a space. Moreover, we have a FinishDateConverter t…

How can I define a specific work schedule and/or limits for the displayed week and day in Gantt Chart Light Library? The work schedule and visible time limits can be set up using these properties: Working|Week|Start Visible|Day|Finish Any combination of the columns above is permitted, generating properties such as WorkingWeekStart, WorkingW…

Dependening on the number of items loaded and displayed, a short time interval of low responsiveness may occur in the Gantt Chart controls when the end user clicks one of the extra horizontal scroll buttons (i.e. timeline page update buttons) to navigate to the past or to the future of a displayed project, or when the timeline page is dynamically changed from code within Gantt Chart Light…

How can I customize the appearance of the current time vertical bar or highlight specific time intervals using vertical bar providers in Gantt Chart and relarted controls within Gantt Chart Library or Project Management Library? You can show vertical bars to highlight certain moments or time intervals in the chart area using a customized VerticalBarProviders collection se…

When you use GanttChartView component from Gantt Chart Hyper Library and you want to show dates without time values in the Start and Finish grid columns you may obtain the required behavior by initializing these settings: settings.dateTimeFormatter = function(date) { return DlhSoft.Controls.GanttChartView.defaultDateFormatter( …

How can I specify a special day of the week as nonworking time within a Gantt Chart control from Gantt Chart Light Library? For example, usually at museums both Saturday and Sunday are working days, and only Monday is defined as nonworking time. The WorkingWeekStart and -Finish properties of the component are useful when the nonworking days are at…

If in your application you use composite control instances (such as GanttChartTaskListView or ScheduleChartResourceListView), and set their timeline page values (i.e. the time interval that would be horizontally scrollable within the internal chart areas) using SetTimelinePage calls, for example, sometimes you might notice that immediately after the setting, the…