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: 19.8
Syntax
C#
public OpsShiftIncrementEventArgs(
	int shiftNumber,
	int shiftType,
	long typeObjectNumber,
	DateTime dateTimeUtc
)

Parameters

shiftNumber  Int32
 
shiftType  Int32
 
typeObjectNumber  Int64
 
dateTimeUtc  DateTime
 
See Also