GoogleTasksModelFactory.TaskCreate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of TaskCreate(String, String, Nullable<DateTime>).
public static Azure.Connectors.Sdk.GoogleTasks.Models.TaskCreate TaskCreate(string title = default, string notes = default, DateTime? due = default);
static member TaskCreate : string * string * Nullable<DateTime> -> Azure.Connectors.Sdk.GoogleTasks.Models.TaskCreate
Public Shared Function TaskCreate (Optional title As String = Nothing, Optional notes As String = Nothing, Optional due As Nullable(Of DateTime) = Nothing) As TaskCreate
Parameters
- title
- String
- notes
- String