Clock.Resolution Property

Gets or sets the resolution.
public ClockResolution Resolution {get; set;}
This language is not supported or no code example is available.
public:  
property ClockResolution Resolution { 
ClockResolution get( ); 
void set( 
ClockResolution value 
); 
}
This language is not supported or no code example is available.
public function get Resolution() : ClockResolution
public function set Resolution(value : ClockResolution);
This language is not supported or no code example is available.

Property Value

ClockResolution

The resolution.

In this article

Definition