Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
List<AuditInfoEntity> GetPhotoCounts(
	DateTime from,
	DateTime to
)
Visual Basic
Function GetPhotoCounts ( 
	from As DateTime,
	to As DateTime
) As List(Of AuditInfoEntity)
Visual C++
List<AuditInfoEntity^>^ GetPhotoCounts(
	DateTime from, 
	DateTime to
)
F#
abstract GetPhotoCounts : 
        from : DateTime * 
        to : DateTime -> List<AuditInfoEntity> 

Parameters

from
Type: System..::..DateTime
to
Type: System..::..DateTime

Return Value

Type: List<(Of <(<'AuditInfoEntity>)>)>

See Also