C# Class MonoMac.QTKit.QTTime

Afficher le fichier Open project: kangaroo/monomac Class Usage Examples

Méthodes publiques

Свойство Type Description
Flags TimeFlags
IndefiniteTime QTTime
TimeScale int
TimeValue long
Zero QTTime

Méthodes publiques

Méthode Description
QTTime ( long timeValue, int timeScale ) : System
QTTime ( long timeValue, int timeScale, TimeFlags flags ) : System
ToString ( ) : string

Method Details

QTTime() public méthode

public QTTime ( long timeValue, int timeScale ) : System
timeValue long
timeScale int
Résultat System

QTTime() public méthode

public QTTime ( long timeValue, int timeScale, TimeFlags flags ) : System
timeValue long
timeScale int
flags TimeFlags
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Flags public_oe property

public TimeFlags Flags
Résultat TimeFlags

IndefiniteTime public_oe static_oe property

public static QTTime,MonoMac.QTKit IndefiniteTime
Résultat QTTime

TimeScale public_oe property

public int TimeScale
Résultat int

TimeValue public_oe property

public long TimeValue
Résultat long

Zero public_oe static_oe property

public static QTTime Zero
Résultat QTTime