ReportModuleUserTimePerDayObj Constructor |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic ReportModuleUserTimePerDayObj(
string inDateTxt,
double vl,
DateTime dt
)
Public Sub New (
inDateTxt As String,
vl As Double,
dt As DateTime
)
public:
ReportModuleUserTimePerDayObj(
String^ inDateTxt,
double vl,
DateTime dt
)
new :
inDateTxt : string *
vl : float *
dt : DateTime -> ReportModuleUserTimePerDayObj
Parameters
- inDateTxt
- Type: SystemString
- vl
- Type: SystemDouble
- dt
- Type: SystemDateTime
See Also