C# Class Windows.UI.Xaml.Duration

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Equals ( object value ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Add() public method

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

Compare() public static method

public static Compare ( global t1, global t2 ) : int
t1 global
t2 global
return int

Duration() public method

public Duration ( global timeSpan )
timeSpan global

Equals() public method

public Equals ( global duration ) : bool
duration global
return bool

Equals() public static method

public static Equals ( global t1, global t2 ) : bool
t1 global
t2 global
return bool

Subtract() public method

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

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

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