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

    The field's description shown below the input. Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldDescription"). The key is resolved from the form's Resources translation table.

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

    Hidden: boolean
    InternalName: string
    ReadOnlyField: boolean
    Required: boolean
    Title: string

    The field label shown next to the input. Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldTitle"). The key is resolved from the form's Resources translation table.

    TypeAsString: "DateTime"