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

Extracts the remind at datetime from the startdatetime and remindnow

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

Syntax

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

Parameters

startTime
Type: System..::.DateTime
The datetime of the event for which the reminder is required
whenToRemind
Type: System..::.String
The string representation of when to call the reminder

Return Value

The datetime when the reminder should be called

See Also