ContextPeriod

ContextPeriod class

The peroid of the Context.

public class ContextPeriod

Constructors

NameDescription
ContextPeriod(ContextPeriodType)Initializes a new instance of ContextPeriod class.
ContextPeriod(DateTime)Initializes a new instance of ContextPeriod class with Instant type.
ContextPeriod(DateTime, DateTime)Initializes a new instance of ContextPeriod class with Duration type.

Properties

NameDescription
InstantDate { get; set; }Gets or sets the period instant date.
PeriodEndDate { get; set; }Gets or sets the period end date.
PeriodStartDate { get; set; }Gets or sets the period start date.
PeriodType { get; set; }Gets or sets the context period type.

See Also