ReportModuleAvgNotifPerDayObj Constructor |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic ReportModuleAvgNotifPerDayObj(
int Cnt,
string Dt
)
Public Sub New (
Cnt As Integer,
Dt As String
)
public:
ReportModuleAvgNotifPerDayObj(
int Cnt,
String^ Dt
)
new :
Cnt : int *
Dt : string -> ReportModuleAvgNotifPerDayObj
Parameters
- Cnt
- Type: SystemInt32
- Dt
- Type: SystemString
See Also