UsageLogHelperListCustomersWithLogsByTime Method |
Lists usage logs the by the customer.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public static IList<Guid> ListCustomersWithLogsByTime(
DateTime startTime,
DateTime endTime
)
Public Shared Function ListCustomersWithLogsByTime (
startTime As DateTime,
endTime As DateTime
) As IList(Of Guid)
public:
static IList<Guid>^ ListCustomersWithLogsByTime(
DateTime startTime,
DateTime endTime
)
static member ListCustomersWithLogsByTime :
startTime : DateTime *
endTime : DateTime -> IList<Guid>
Parameters
- startTime
- Type: SystemDateTime
The start time. - endTime
- Type: SystemDateTime
The end time.
Return Value
Type:
IListGuidList of usage logs.
See Also