Click or drag to resize

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
Syntax
C#
public DateTime GetLastActivationTime(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime

Return Value

Type: DateTime
See Also