C# Class kOS.TimeSpan

Inheritance: kOS.SpecialValue
Mostrar archivo Open project: Nivekk/KOS

Public Methods

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

public Day ( ) : int
return int

TimeSpan() public method

public TimeSpan ( double unixStyleTime ) : System
unixStyleTime double
return System

ToString() public method

public ToString ( ) : string
return string

ToUnixStyleTime() public method

public ToUnixStyleTime ( ) : double
return double

TryOperation() public method

public TryOperation ( string op, object other, bool reverseOrder ) : object
op string
other object
reverseOrder bool
return object

Year() public method

public Year ( ) : int
return int

operator() public static method

public static operator ( ) : TimeSpan
return TimeSpan

operator() public static method

public static operator ( ) : bool
return bool