LabCost.UpdateStages.WithStartDateTime Interface

public static interface LabCost.UpdateStages.WithStartDateTime

The stage of the LabCost update allowing to specify startDateTime.

Method Summary

Modifier and Type Method and Description
abstract Update withStartDateTime(OffsetDateTime startDateTime)

Specifies the startDateTime property: The start time of the cost data..

Method Details

withStartDateTime

public abstract LabCost.Update withStartDateTime(OffsetDateTime startDateTime)

Specifies the startDateTime property: The start time of the cost data..

Parameters:

startDateTime - The start time of the cost data.

Returns:

the next definition stage.

Applies to