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

Domain class for the date dimension.
Afficher le fichier Open project: jsnape/deeply

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DateValue ( System.DateTime value ) : System

Initializes a new instance of the DateValue class.

Method Details

DateValue() public méthode

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