Click or drag to resize

OpsShiftIncrementEventArgs Constructor

Initializes a new instance of the OpsShiftIncrementEventArgs class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public OpsShiftIncrementEventArgs(
	int shiftNumber,
	int shiftType,
	long typeObjectNumber,
	DateTime dateTimeUtc
)

Parameters

shiftNumber
Type: SystemInt32
shiftType
Type: SystemInt32
typeObjectNumber
Type: SystemInt64
dateTimeUtc
Type: SystemDateTime
See Also