TreeINFO-For-M365 documentation
    Preparing search index...

    Interface SPFieldDateTime

    interface SPFieldDateTime {
        DefaultValue: any;
        Description: string;
        DisplayFormat: DateTimeFieldFormatType;
        Hidden: boolean;
        InternalName: string;
        ReadOnlyField: boolean;
        Required: boolean;
        Title: string;
        TypeAsString: "DateTime";
    }

    Hierarchy (View Summary)

    Index

    Properties

    DefaultValue: any
    Description: string

    Determines if field is shows only date or date with time.

    Hidden: boolean
    InternalName: string
    ReadOnlyField: boolean
    Required: boolean
    Title: string
    TypeAsString: "DateTime"