All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
Duration Class Reference

Contains the properties to specify the time frame. More...

Public Member Functions

 Duration ()
 Initializes a new instance of the Duration class. More...
 
 Duration (int seconds)
 Initializes a new instance of the Duration class. More...
 

Properties

short Days [get, set]
 Gets or sets Days. More...
 
short DurationType [get, set]
 Gets or sets the Duration Type. This is only used for the New Designer. This will not currently be used for the Current Designer of Core Worker. More...
 
VariableIdentity DynamicVariable [get, set]
 Gets or sets Dynamic Variable. More...
 
short Hours [get, set]
 Gets or sets Hours. More...
 
MilestoneSummary Milestone [get, set]
 Gets or sets Milestone. More...
 
short Minutes [get, set]
 Gets or sets Minutes. More...
 
bool Negative [get, set]
 Gets or sets a value indicating whether its a Negative or not. More...
 
short Seconds [get, set]
 Gets or sets Seconds. More...
 
bool ShowSeconds [get, set]
 Gets or sets a value indicating whether to show seconds or not. More...
 
bool UseNegative [get, set]
 Gets or sets a value indicating whether to use Negative or not. More...
 

Description

Contains the properties to specify the time frame.

Constructor & Destructor Documentation

Duration ( )

Initializes a new instance of the Duration class.

Duration ( int  seconds)

Initializes a new instance of the Duration class.

Parameters
secondsThe seconds.

s

Property Documentation

short Days
getset

Gets or sets Days.

short DurationType
getset

Gets or sets the Duration Type. This is only used for the New Designer. This will not currently be used for the Current Designer of Core Worker.

VariableIdentity DynamicVariable
getset

Gets or sets Dynamic Variable.

short Hours
getset

Gets or sets Hours.

MilestoneSummary Milestone
getset

Gets or sets Milestone.

short Minutes
getset

Gets or sets Minutes.

bool Negative
getset

Gets or sets a value indicating whether its a Negative or not.

short Seconds
getset

Gets or sets Seconds.

bool ShowSeconds
getset

Gets or sets a value indicating whether to show seconds or not.

bool UseNegative
getset

Gets or sets a value indicating whether to use Negative or not.