Calendar.GetWorkStart

Calendar.GetWorkStart method

Calculates next working time start beginning from the specified date and time.

public DateTime GetWorkStart(DateTime date)
ParameterTypeDescription
dateDateTimeThe date and time.

Return Value

The nearest working time start.

See Also