| ActivityLogEntriesGetLastActivationTime Method |
Returns the lastest time stamp where the activity state was set to active before the provided dateTime.
Returns DateTime.MinValue if not matching log entries are found.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic DateTime GetLastActivationTime(
DateTime dateTime
)
Parameters
- dateTime
- Type: SystemDateTime
Return Value
Type:
DateTime
See Also