[This is preliminary documentation and is subject to change.]

The punch time for the fourth punch

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public PunchTimeInfo PunchTime4 { get; set; }
Visual Basic (Declaration)
Public Property PunchTime4 As PunchTimeInfo
Visual C++
public:
property PunchTimeInfo^ PunchTime4 {
	PunchTimeInfo^ get ();
	void set (PunchTimeInfo^ value);
}

See Also