Timeline(DateTime, DateTime) Constructor
Initializes a new instance of the
Timeline class.
Namespace: DevCase.Core.DateAndTime.TimeManagementAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Timeline(
DateTime beginDate,
DateTime endDate
)
Public Sub New (
beginDate As DateTime,
endDate As DateTime
)
Dim beginDate As DateTime
Dim endDate As DateTime
Dim instance As New Timeline(beginDate,
endDate)
public:
Timeline(
DateTime beginDate,
DateTime endDate
)
new :
beginDate : DateTime *
endDate : DateTime -> Timeline
No code example is currently available or this language may not be supported.
Parameters
- beginDate DateTime
-
The date and time at which this Timeline begins.
- endDate DateTime
-
The date and time at which this Timeline ends.