C# Class time, iron

Inheritance: MonoBehaviour
Mostra file Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description
Add time,
CheckTzInfoBeforeCompare bool
CompareTo int
time System

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
__nonzero__ ( ) : bool
__repr__ ( CodeContext context ) : string
dst ( ) : object
isoformat ( ) : object
operator ( ) : bool
replace ( ) : object
replace ( object>.[ dict ) : object
strftime ( CodeContext context, string format ) : object
time ( [ hour, [ minute, [ second, [ microsecond, [ tzinfo ) : System
tzname ( ) : object
utcoffset ( ) : timedelta,

Private Methods

Method Description
Add ( time, date, timedelta, delta ) : time,
CheckTzInfoBeforeCompare ( time, self, time, other ) : bool
CompareTo ( object other ) : int

Helper function for doing the comparisons. time has no __cmp__ method

time ( TimeSpan timeSpan, int lostMicroseconds, tzinfo, tzinfo ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

__nonzero__() public method

public __nonzero__ ( ) : bool
return bool

__repr__() public method

public __repr__ ( CodeContext context ) : string
context CodeContext
return string

dst() public method

public dst ( ) : object
return object

isoformat() public method

public isoformat ( ) : object
return object

operator() public static method

public static operator ( ) : bool
return bool

replace() public method

public replace ( ) : object
return object

replace() public method

public replace ( object>.[ dict ) : object
dict object>.[
return object

strftime() public method

public strftime ( CodeContext context, string format ) : object
context CodeContext
format string
return object

time() public method

public time ( [ hour, [ minute, [ second, [ microsecond, [ tzinfo ) : System
hour [
minute [
second [
microsecond [
tzinfo [
return System

tzname() public method

public tzname ( ) : object
return object

utcoffset() public method

public utcoffset ( ) : timedelta,
return timedelta,