Partager via


CalendarPeriod Constructor

Include Protected Members
Include Inherited Members

The CalendarPeriod constructor overloads create new CalendarPeriod structures.

Overload List

  Name Description
Public method CalendarPeriod(DateTime, DateTime) The CalendarPeriod constructor creates a new CalendarPeriod object with the specified start and end times.
Public method CalendarPeriod(DateTime, TimeSpan) The CalendarPeriod method creates a new CalendarPeriod object with the specified start time and duration.

Top