EngagementTimephasedPeriodCreationInformation class

inherits members from ClientObject

Syntax

CSOM

class EngagementTimephasedPeriodCreationInformation 

JSOM

PS.EngagementTimephasedPeriodCreationInformation

REST Interface

Supported.

PS.EngagementTimephasedPeriodCreationInformation

POST Example (not all fields may be required)

body = {
	'parameters': {
		'End':'value', 
		'MaxUnits':'value', 
		'Start':'value', 
		'Work':'value', 
		'WorkMilliseconds':'value', 
		'WorkTimeSpan':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
End ✓ʷ ✓ʷ ✓ʷ DateTime
MaxUnits ✓ʷ ✓ʷ ✓ʷ Double
Start ✓ʷ ✓ʷ ✓ʷ DateTime
Work ✓ʷ ✓ʷ ✓ʷ String
WorkMilliseconds ✓ʷ ✓ʷ Integer
WorkTimeSpan ✓ʷ ✓ʷ TimeSpan

See Also

EngagementCreationInformation