Search Results for

    Show / Hide Table of Contents

    Enum DateTimeFieldFriendlyFormatType

    Specifies a friendly format to use in displaying date and time fields. https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/jj168261%28v%3doffice.15%29

    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public enum DateTimeFieldFriendlyFormatType : int

    Disabled

    The standard absolute representation will be used. Value = 1.

    Relative

    The standard friendly relative representation will be used (for example, "today at 3:00 PM"). Value = 2.

    Unspecified

    Undefined. The default rendering will be used. Value = 0.

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer