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

Extracts the text used for the reminders

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string ToReminderText(
	DateTime startTime,
	DateTime remindTime
)
Visual Basic (Declaration)
Public Shared Function ToReminderText ( _
	startTime As DateTime, _
	remindTime As DateTime _
) As String
Visual C++
public:
static String^ ToReminderText(
	DateTime startTime, 
	DateTime remindTime
)

Parameters

startTime
Type: System..::.DateTime
The start time
remindTime
Type: System..::.DateTime
The remind time

Return Value

The reminder text

See Also