C# 클래스 TrakHound_UI.Timeline.TimelineCalendar

Time calculator used by timeline bands
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community 1 사용 예제들

공개 메소드들

메소드 설명
CalendarFromString ( string name ) : Calendar
GetCeilingTime ( System.DateTime dt ) : System.DateTime
GetFloorTime ( System.DateTime dt ) : System.DateTime
IndexOf ( System.DateTime value ) : long
IsValidIndex ( long index ) : bool
ItemToString ( TimelineCalendar src, System.DateTime value ) : string
TimelineCalendar ( string cultureCalendar, TimelineCalendarType itemType, System.DateTime minDateTime, System.DateTime maxDateTime ) : System
this ( long index ) : System.DateTime

메소드 상세

CalendarFromString() 공개 정적인 메소드

public static CalendarFromString ( string name ) : Calendar
name string
리턴 System.Globalization.Calendar

GetCeilingTime() 공개 메소드

public GetCeilingTime ( System.DateTime dt ) : System.DateTime
dt System.DateTime
리턴 System.DateTime

GetFloorTime() 공개 메소드

public GetFloorTime ( System.DateTime dt ) : System.DateTime
dt System.DateTime
리턴 System.DateTime

IndexOf() 공개 메소드

public IndexOf ( System.DateTime value ) : long
value System.DateTime
리턴 long

IsValidIndex() 공개 메소드

public IsValidIndex ( long index ) : bool
index long
리턴 bool

ItemToString() 공개 정적인 메소드

public static ItemToString ( TimelineCalendar src, System.DateTime value ) : string
src TimelineCalendar
value System.DateTime
리턴 string

TimelineCalendar() 공개 메소드

public TimelineCalendar ( string cultureCalendar, TimelineCalendarType itemType, System.DateTime minDateTime, System.DateTime maxDateTime ) : System
cultureCalendar string
itemType TimelineCalendarType
minDateTime System.DateTime
maxDateTime System.DateTime
리턴 System

this() 공개 메소드

public this ( long index ) : System.DateTime
index long
리턴 System.DateTime