C# 클래스 Windows.UI.Xaml.Duration

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Add ( global duration ) : global::Windows.UI.Xaml.Duration
Compare ( global t1, global t2 ) : int
Duration ( global timeSpan )
Equals ( global duration ) : bool
Equals ( global t1, global t2 ) : bool
Subtract ( global duration ) : global::Windows.UI.Xaml.Duration
operator ( ) : bool
operator ( ) : global::Windows.UI.Xaml.Duration

비공개 메소드들

메소드 설명
Equals ( object value ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( global duration ) : global::Windows.UI.Xaml.Duration
duration global
리턴 global::Windows.UI.Xaml.Duration

Compare() 공개 정적인 메소드

public static Compare ( global t1, global t2 ) : int
t1 global
t2 global
리턴 int

Duration() 공개 메소드

public Duration ( global timeSpan )
timeSpan global

Equals() 공개 메소드

public Equals ( global duration ) : bool
duration global
리턴 bool

Equals() 공개 정적인 메소드

public static Equals ( global t1, global t2 ) : bool
t1 global
t2 global
리턴 bool

Subtract() 공개 메소드

public Subtract ( global duration ) : global::Windows.UI.Xaml.Duration
duration global
리턴 global::Windows.UI.Xaml.Duration

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : global::Windows.UI.Xaml.Duration
리턴 global::Windows.UI.Xaml.Duration