Fields documentation for IntervalWeb
Name | Type | Summery | Remarks |
---|---|---|---|
Id | Int32 | Unique Id for the entity. This Id is unchanged throughout the entity's lifetime. | |
ValidFrom | DateTime | Start date. | |
ValidTo | Nullable<DateTime> | End date. If null, the interval is seen as having no expiration. |