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

The punch time for the first punch

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

Syntax

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

See Also