 | BiIndicatorPeriod Constructor |
Create new period
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic BiIndicatorPeriod(
DateTime start,
DateTime end
)
Public Sub New (
start As DateTime,
end As DateTime
)
public:
BiIndicatorPeriod(
DateTime start,
DateTime end
)
new :
start : DateTime *
end : DateTime -> BiIndicatorPeriodParameters
- start DateTime
- Start date
- end DateTime
- End date
See Also