C# 클래스 PlanGrid.Api.Date

파일 보기 프로젝트 열기: plangrid/plangrid-api-net

공개 메소드들

메소드 설명
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

메소드 상세

Date() 공개 메소드

public Date ( System.DateTime when ) : System
when System.DateTime
리턴 System

Date() 공개 메소드

public Date ( int year, int month, int day ) : System
year int
month int
day int
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Parse() 공개 정적인 메소드

public static Parse ( string s ) : Date
s string
리턴 Date

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool