Period(DateTime, DateTime) Constructor

Construct a period from a start date and an end date

Definition

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

Parameters

startDateTime  DateTime
The start date/time of the period
endDateTime  DateTime
The end date/time of the period

Remarks

The period format is set to start date with end date

See Also