Notebook.CreatedDateTime

Notebook.CreatedDateTime property

The date and time when the notebook was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ‘2014-01-01T00:00:00Z’. Read-only.

public DateTimeOffset CreatedDateTime { get; }

See Also