Show / Hide Table of Contents

Class DatePeriod

Inheritance
System.Object
DatePeriod
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract.Product
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class DatePeriod

Properties

View Source

EndDate

The ending date of the period

Declaration
public Date EndDate { get; set; }
Property Type: Date
View Source

NumberOfUnits

The number of units

Declaration
public Units NumberOfUnits { get; set; }
Property Type: Units
View Source

StartDate

The starting date of the period

Declaration
public Date StartDate { get; set; }
Property Type: Date
  • View Source
Back to top Copyright © 2017 EC English