C# Class Supplier.Model.Time

Afficher le fichier Open project: hahalixiaojing/ddd.sample Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetDateTime ( ) : System.DateTime

获得时间表示

GetHashCode ( ) : int
Time ( int hour, int minute ) : System
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetDateTime() public méthode

获得时间表示
public GetDateTime ( ) : System.DateTime
Résultat System.DateTime

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Time() public méthode

public Time ( int hour, int minute ) : System
hour int
minute int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string