C# 클래스 time, iron

상속: MonoBehaviour
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Add time,
CheckTzInfoBeforeCompare bool
CompareTo int
time System

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

__nonzero__() 공개 메소드

public __nonzero__ ( ) : bool
리턴 bool

__repr__() 공개 메소드

public __repr__ ( CodeContext context ) : string
context CodeContext
리턴 string

dst() 공개 메소드

public dst ( ) : object
리턴 object

isoformat() 공개 메소드

public isoformat ( ) : object
리턴 object

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

replace() 공개 메소드

public replace ( ) : object
리턴 object

replace() 공개 메소드

public replace ( object>.[ dict ) : object
dict object>.[
리턴 object

strftime() 공개 메소드

public strftime ( CodeContext context, string format ) : object
context CodeContext
format string
리턴 object

time() 공개 메소드

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

tzname() 공개 메소드

public tzname ( ) : object
리턴 object

utcoffset() 공개 메소드

public utcoffset ( ) : timedelta,
리턴 timedelta,