API Guides > ConceptRT 3.x

Detailed Description

Functions

TimeSpan Weeks (Int32 value)
 TimeSpan from weeks. More...
 
TimeSpan Days (Int32 value)
 TimeSpan from days. More...
 
TimeSpan Hours (Int32 value)
 TimeSpan from hours. More...
 
TimeSpan Minutes (Int32 value)
 TimeSpan from minutes. More...
 
TimeSpan Seconds (Int32 value)
 TimeSpan from seconds. More...
 
TimeSpan Milliseconds (Int32 value)
 TimeSpan from milliseconds. More...
 
TimeSpan Microseconds (Int32 value)
 TimeSpan from microseconds. More...
 

Function Documentation

TimeSpan Days ( Int32  value)

TimeSpan from days.

Parameters
valueThe days count.
Returns
the time span corresponding to the value.
TimeSpan Hours ( Int32  value)

TimeSpan from hours.

Parameters
valueThe hours number.
Returns
the time span corresponding to the value.
TimeSpan Microseconds ( Int32  value)

TimeSpan from microseconds.

Parameters
valueThe microseconds number.
Returns
the time span corresponding to the value.
TimeSpan Milliseconds ( Int32  value)

TimeSpan from milliseconds.

Parameters
valueThe milliseconds number.
Returns
the time span corresponding to the value.
Examples:
Machine/main.cpp.
TimeSpan Minutes ( Int32  value)

TimeSpan from minutes.

Parameters
valueThe miuntes number.
Returns
the time span corresponding to the value.
TimeSpan Seconds ( Int32  value)

TimeSpan from seconds.

Parameters
valueThe seconds number.
Returns
the time span corresponding to the value.
Examples:
Machine/main.cpp.
TimeSpan Weeks ( Int32  value)

TimeSpan from weeks.

Parameters
valueThe weeks count.
Returns
the time span corresponding to the value.