C# Class kOS.TimeSpan

Inheritance: kOS.SpecialValue
Afficher le fichier Open project: Nivekk/KOS

Méthodes publiques

Méthode Description
Day ( ) : int
TimeSpan ( double unixStyleTime ) : System
ToString ( ) : string
ToUnixStyleTime ( ) : double
TryOperation ( string op, object other, bool reverseOrder ) : object
Year ( ) : int
operator ( ) : TimeSpan
operator ( ) : bool

Method Details

Day() public méthode

public Day ( ) : int
Résultat int

TimeSpan() public méthode

public TimeSpan ( double unixStyleTime ) : System
unixStyleTime double
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToUnixStyleTime() public méthode

public ToUnixStyleTime ( ) : double
Résultat double

TryOperation() public méthode

public TryOperation ( string op, object other, bool reverseOrder ) : object
op string
other object
reverseOrder bool
Résultat object

Year() public méthode

public Year ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : TimeSpan
Résultat TimeSpan

operator() public static méthode

public static operator ( ) : bool
Résultat bool