Class ChangeLogPeriod
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
Represents a change log period. It can be a calendar month or in a HSW scenario it will be a reporting period. The start date in included and the end date is excluded from the period.
public class ChangeLogPeriod
- Inheritance
-
ChangeLogPeriod
Properties
ExportFileName
public string ExportFileName { get; }
Property Value
PeriodBegin
Gets the start datetime of the periods
public SDateTime PeriodBegin { get; }
Property Value
PeriodEnd
Gets the end datetime of the periods
public SDateTime PeriodEnd { get; }