[This is preliminary documentation and is subject to change.]

Sets the datetime of the property

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
protected void SetDateTime(
	int index,
	DateTime value
)
Visual Basic (Declaration)
Protected Sub SetDateTime ( _
	index As Integer, _
	value As DateTime _
)
Visual C++
protected:
void SetDateTime(
	int index, 
	DateTime value
)

Parameters

index
Type: System..::.Int32
The index of the property
value
Type: System..::.DateTime
The value of the property

See Also