Click or drag to resize
Service3LProTimesaveTimeRow Method

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

Sparar en ny eller uppdaterad tidrad

Namespace: _3LProServices.TimeService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public bool saveTimeRow(
	Session session,
	TimeRow timeRow,
	ref string errormessage
)

Parameters

session
Type: _3LProServices.TimeServiceSession

[Missing <param name="session"/> documentation for "M:_3LProServices.TimeService.Service3LProTime.saveTimeRow(_3LProServices.TimeService.Session,_3LProServices.TimeService.TimeRow,System.String@)"]

timeRow
Type: _3LProServices.TimeServiceTimeRow

[Missing <param name="timeRow"/> documentation for "M:_3LProServices.TimeService.Service3LProTime.saveTimeRow(_3LProServices.TimeService.Session,_3LProServices.TimeService.TimeRow,System.String@)"]

errormessage
Type: SystemString
felmeddelande tillbaka om det inte gick bra

Return Value

Type: Boolean
true = det gick bra, false annars

Implements

IService3LProTimesaveTimeRow(Session, TimeRow, String)
See Also