LicensePoolHistory.GetLicensePoolStatusesAtAGivenDateTime Method
Public Shared Function GetLicensePoolStatusesAtAGivenDateTime( _
ByVal date_time As Date, _
ByVal db As IDatabase _
) As List(Of LicensePoolLogInfo)
This language is not supported or no code example is available.
public static List<LicensePoolLogInfo> GetLicensePoolStatusesAtAGivenDateTime(
DateTime date_time,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<LicensePoolLogInfo^>^ GetLicensePoolStatusesAtAGivenDateTime(
DateTime date_time,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- date_time
- DateTime
<default>
- db
- IDatabase
<default>