C# Class IronPython.Modules.PythonDateTime.date

Inheritance: ICodeFormattable
Show file Open project: jschementi/iron

Private Properties

Property Type Description
date System
date System

Public Methods

Method Description
date ( int year, int month, int day ) : System
fromordinal ( int d ) : date
fromtimestamp ( double timestamp ) : date
operator ( ) : date
today ( ) : object

Protected Methods

Method Description
date ( ) : System

Private Methods

Method Description
date ( System.DateTime value ) : System
date ( self other ) : System

Method Details

date() protected method

protected date ( ) : System
return System

date() public method

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

fromordinal() public static method

public static fromordinal ( int d ) : date
d int
return date

fromtimestamp() public static method

public static fromtimestamp ( double timestamp ) : date
timestamp double
return date

operator() public static method

public static operator ( ) : date
return date

today() public static method

public static today ( ) : object
return object