04_pp_created_time - fasteiner/Notion GitHub Wiki

PageProperty: Created_time

API Reference

classDiagram
    class notion_created_time_page_property {
        [string] $created_time
        ConvertFromObject()
    }
    `PagePropertiesBase` --|> `notion_created_time_page_property`:inherits

Remarks

The internal function ConvertTo-NotionFormattedDateTime is used to validate the input and convert it to a Notion-formatted DateTime string.

Related Classes