LegacyTelogisServiceListExpandedExceptions Method |
Print this page
Displays the expanded exceptions that started (TimeOn) or ended (TimeOff) during the specified date/time period.
Namespace: Telogis.API Syntax public ExpandedException[] ListExpandedExceptions(
DateTime start,
DateTime end
)
Public Function ListExpandedExceptions (
start As DateTime,
end As DateTime
) As ExpandedException()
Parameters
- start
- Type: SystemDateTime
Start time (local time)
- end
- Type: SystemDateTime
End time (local time)
Return Value
Type:
ExpandedException
An array of
ExpandedException objects representing exceptions that started
or ended in the given time period. The most recent exception is returned last.
See Also