Clock Constructor

public Clock( 
Framework framework
ClockType type = ClockType.Local, 
bool isStandalone = false 
)
This language is not supported or no code example is available.
public:  
Clock( 
Framework^ framework
ClockType type
bool isStandalone 
)
This language is not supported or no code example is available.
public function Clock( 
framework : Framework
type : ClockType
isStandalone : boolean 
);
This language is not supported or no code example is available.

Parameters

framework
Framework

type
ClockType

isStandalone
bool

In this article

Definition