PublicAPI.Processes.WorkflowTaskBase.SetFactWorkLogDays ELMA API Documentation
Add fact time report, in days
 
 
Syntax

public void SetFactWorkLogDays(
	TaskBase task,
	long days,
	DateTime startDate
)

Parameters

task
Type: TaskBase
Task, by which time report is added. Object. Access path: PublicAPI.Processes.WorkflowTaskBase
days
Type: System Int64
Time spent, in days
startDate
Type: System DateTime
Start date
Examples

When using this method, the current date will be set as the start date and the comment will not be added. See the function use case here
See Also