11_pp_last_edited_time - fasteiner/Notion GitHub Wiki

PageProperty: Last_edited_time

API Reference

classDiagram
    class notion_last_edited_time_page_property {
        [string] $last_edited_time
        ConvertFromObject()
    }
    `PagePropertiesBase` --|> `notion_last_edited_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