Period(DateTime, DateTime) Constructor
Construct a period from a start date and an end date
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public Period(
DateTime startDateTime,
DateTime endDateTime
)
Public Sub New (
startDateTime As DateTime,
endDateTime As DateTime
)
public:
Period(
DateTime startDateTime,
DateTime endDateTime
)
new :
startDateTime : DateTime *
endDateTime : DateTime -> Period
Parameters
- startDateTime DateTime
- The start date/time of the period
- endDateTime DateTime
- The end date/time of the period
The period format is set to start date with end date