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

Converts the input string to a date interval

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static MetaConstants..::.DateInterval ConvertToDateInterval(
	string str
)
Visual Basic (Declaration)
Public Shared Function ConvertToDateInterval ( _
	str As String _
) As MetaConstants..::.DateInterval
Visual C++
public:
static MetaConstants..::.DateInterval ConvertToDateInterval(
	String^ str
)

Parameters

str
Type: System..::.String
The string to be converted

Return Value

The converted date interval

See Also