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

Gets the datetime of a property

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

Syntax

C#
protected DateTime GetDateTime(
	int index
)
Visual Basic (Declaration)
Protected Function GetDateTime ( _
	index As Integer _
) As DateTime
Visual C++
protected:
DateTime GetDateTime(
	int index
)

Parameters

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

Return Value

Te datetime property

See Also