Gets the minimum date and time greater or equal than the specified date and time that is considered as a nonworking time, determined based on the time not included in the working week and working day definitions.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public DateTime GetNextNonworkingTime( DateTime dateTime ) |
| Visual Basic (Declaration) |
|---|
Public Function GetNextNonworkingTime ( _ dateTime As DateTime _ ) As DateTime |
Parameters
- dateTime
- Type: System..::.DateTime
The date and time to get the next nonworking time for.