IRegistry SetTimeSpan Method A Sandcastle Documented Class Library
Saves a timespan value in the registry.

Namespace: Censitif.Library.Data
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

void SetTimeSpan(
	string key,
	TimeSpan value
)

Parameters

key
Type: System String
The registry field.
value
Type: System TimeSpan
The value of the field.
See Also