C# Class PlanGrid.Api.Date

Afficher le fichier Open project: plangrid/plangrid-api-net

Méthodes publiques

Méthode Description
Date ( System.DateTime when ) : System
Date ( int year, int month, int day ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string s ) : Date
ToString ( ) : string
operator ( ) : bool

Method Details

Date() public méthode

public Date ( System.DateTime when ) : System
when System.DateTime
Résultat System

Date() public méthode

public Date ( int year, int month, int day ) : System
year int
month int
day int
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Parse() public static méthode

public static Parse ( string s ) : Date
s string
Résultat Date

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool