C# Class PlanGrid.Api.Date

Datei anzeigen Open project: plangrid/plangrid-api-net

Public Methods

Method 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 method

public Date ( System.DateTime when ) : System
when System.DateTime
return System

Date() public method

public Date ( int year, int month, int day ) : System
year int
month int
day int
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

public static Parse ( string s ) : Date
s string
return Date

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool