TimeMeasurerStart(DateTime, DateTime) Method
Starts a time interval measurement given a difference between two dates.
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 void Start(
DateTime startDate,
DateTime endDate
)
Public Sub Start (
startDate As DateTime,
endDate As DateTime
)
Dim instance As TimeMeasurer
Dim startDate As DateTime
Dim endDate As DateTime
instance.Start(startDate, endDate)
public:
void Start(
DateTime startDate,
DateTime endDate
)
member Start :
startDate : DateTime *
endDate : DateTime -> unit
No code example is currently available or this language may not be supported.
Parameters
- startDate DateTime
-
The starting date.
- endDate DateTime
-
The ending date.