[This is preliminary documentation and is subject to change.]
Sets the punch history
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void SetPunchHistory( int userId, DateTime punchDate, int modifiedUserId, string notes ) |
Visual Basic (Declaration) |
---|
Public Sub SetPunchHistory ( _ userId As Integer, _ punchDate As DateTime, _ modifiedUserId As Integer, _ notes As String _ ) |
Visual C++ |
---|
public: void SetPunchHistory( int userId, DateTime punchDate, int modifiedUserId, String^ notes ) |
Parameters
- userId
- Type: System..::.Int32
- punchDate
- Type: System..::.DateTime
- modifiedUserId
- Type: System..::.Int32
- notes
- Type: System..::.String