[This is preliminary documentation and is subject to change.]
            Gets the punch day information
            
    Namespace: 
   OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public PunchDayInfo GetPunchDay( int userId, ConfigureInfo session )  | 
| Visual Basic (Declaration) | 
|---|
Public Function GetPunchDay ( _ userId As Integer, _ session As ConfigureInfo _ ) As PunchDayInfo  | 
| Visual C++ | 
|---|
public: PunchDayInfo^ GetPunchDay( int userId, ConfigureInfo^ session )  | 
Parameters
- userId
 - Type: System..::.Int32
 
- session
 - Type: OfficeClip.Utils..::.ConfigureInfo
 
