Click or drag to resize

WorkWeekControllerGetWorkWeekExceptionsWithZeroTimeSpan Method

Return a collection DateTimes reflecting work week exceptions, which has zero timespan Only work week exceptions between startDate and endDate are included

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static DateTimeCollection GetWorkWeekExceptionsWithZeroTimeSpan(
	int workWeekId,
	DateTime startDate,
	DateTime endDate,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

workWeekId
Type: SystemInt32
startDate
Type: SystemDateTime
endDate
Type: SystemDateTime
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DateTimeCollection
See Also