C# Class Windows.UI.Xaml.Duration

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Equals ( object value ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

Add() public méthode

public Add ( global duration ) : global::Windows.UI.Xaml.Duration
duration global
Résultat global::Windows.UI.Xaml.Duration

Compare() public static méthode

public static Compare ( global t1, global t2 ) : int
t1 global
t2 global
Résultat int

Duration() public méthode

public Duration ( global timeSpan )
timeSpan global

Equals() public méthode

public Equals ( global duration ) : bool
duration global
Résultat bool

Equals() public static méthode

public static Equals ( global t1, global t2 ) : bool
t1 global
t2 global
Résultat bool

Subtract() public méthode

public Subtract ( global duration ) : global::Windows.UI.Xaml.Duration
duration global
Résultat global::Windows.UI.Xaml.Duration

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : global::Windows.UI.Xaml.Duration
Résultat global::Windows.UI.Xaml.Duration