Period(DateTime, Duration) Constructor

Construct a period from a start date and a duration

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public Period(
	DateTime startDateTime,
	Duration duration
)

Parameters

startDateTime  DateTime
The start date/time of the period
duration  Duration
The duration of the period

Remarks

The period format is set to start date with duration

See Also