Click or drag to resize
TimePeriod Class
Reporting Time Interval is semi-static localized dictionary. Reporting Time Interval defines date interval(from 12:00 AM on start date until 11:59:59 PM on end date) which can be used in various places across the application.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoServiceRemovableCorrigoEntity
        CorrigoService.EntitiesTimePeriod

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class TimePeriod : RemovableCorrigoEntity

The TimePeriod type exposes the following members.

Properties
  NameDescription
Public propertyDisplayAs
Displayable name. Max Length=64.
Public propertydtEnd
Public propertydtStart
Public propertyEndDate
End date (computed for dynamic periods; value from the database field for static). This end of the last period's day (midnight minus 1 tick).
Public propertyIsFinancial
Flag indicating financial period.
Public propertyIsTime
Supported for predefined intervals only. True means interval boundaries don’t match day boundaries; and thus it’s not suitable for date interval control (for instance, “next 48 hours”).
Public propertyStartDate
Start date (computed for dynamic periods; value from the database field for static). This is date only; no time.
Top
See Also