TSTimesheetTable::startDateEndDate Method
Creates a string representation of an interval of dates, formatted for display purposes.
Syntax
client server public static DateInterval startDateEndDate(PeriodDate _fromDate, PeriodDate _toDate)
Run On
Called
Parameters
- _fromDate
Type: PeriodDate Extended Data Type
The starting date of the interval.
- _toDate
Type: PeriodDate Extended Data Type
The ending date of the interval.
Return Value
Type: DateInterval Extended Data Type
A string that contains the formatted date interval.
Remarks
The dates are formatted according to the regional settings of the client.