C# Class Deeply.AdventureWorks.Loader.Domain.DateValue

Domain class for the date dimension.
Show file Open project: jsnape/deeply

Private Properties

Property Type Description

Public Methods

Method Description
DateValue ( System.DateTime value ) : System

Initializes a new instance of the DateValue class.

Method Details

DateValue() public method

Initializes a new instance of the DateValue class.
public DateValue ( System.DateTime value ) : System
value System.DateTime Date value.
return System