Click or drag to resize
MsiSettingsSetDateTime Method
Sets specified DateTime system variable.

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public void SetDateTime(
	string name,
	DateTime value,
	[OptionalAttribute] ref DateTime prop
)

Parameters

name
Type: SystemString
System variable name.
value
Type: SystemDateTime
System variable value.
prop (Optional)
Type: SystemDateTime
Optional property value to set as well.
Remarks