| TimePeriod Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class TimePeriod : RemovableCorrigoEntity
The TimePeriod type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DisplayAs | 
            Displayable name.
            Max Length=64.
             | 
|  | dtEnd | |
|  | dtStart | |
|  | EndDate | 
            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).
             | 
|  | IsFinancial | 
            Flag indicating financial period.
             | 
|  | IsTime | 
            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”).
             | 
|  | StartDate | 
            Start date (computed for dynamic periods; value from the database field for static). This is date only; no time.
             | 
 See Also
See Also