Skip to content

05_pp_date

fasteiner edited this page May 18, 2025 · 1 revision

PageProperty: Date

API Reference

classDiagram
    class notion_date_page_property_structure {
        [string] $end
        [string] $start
        ConvertFromObject()
    }
    class notion_date_page_property {
        [notion_date_page_property_structure] $date
        ConvertFromObject()
    }
    `PagePropertiesBase` --|> `notion_date_page_property`:inherits
Loading

Remarks

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

Related Classes

Notion Module

Home
Module-FAQ
SetupOfIntegration

Commands
Classes
Enums

Clone this wiki locally