[This is preliminary documentation and is subject to change.]
Extracts the remind at datetime from the startdatetime and remindnow
Namespace:
OfficeClip.UtilsAssembly: 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
