[This is preliminary documentation and is subject to change.]
Punch Clock Information Constructor
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public PunchTimeInfo( int inTime, int outTime ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ inTime As Integer, _ outTime As Integer _ ) |
| Visual C++ |
|---|
public: PunchTimeInfo( int inTime, int outTime ) |
Parameters
- inTime
- Type: System..::.Int32
- outTime
- Type: System..::.Int32
