ShiftDay Constructor Isonas .NET Client API Documentation
Initializes a new instance of the ShiftDay class

Namespace: Bsw.Isonas.Dotnet.Client.Entities.Shifts
Assembly: Bsw.Isonas.Dotnet.Client (in Bsw.Isonas.Dotnet.Client.dll) Version: 1.2.1.0 (1.2.1)
Syntax

public ShiftDay(
	IsoDayOfWeek dayOfWeek,
	LocalTime start,
	LocalTime end
)

Parameters

dayOfWeek
Type: IsoDayOfWeek
start
Type: LocalTime
end
Type: LocalTime
See Also