Search Results for

    Show / Hide Table of Contents

    Class RegionalSettings

    Inheritance
    System.Object
    RegionalSettings
    Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
    Assembly: PnP.Framework.dll
    Syntax
    public class RegionalSettings : object

    Properties

    AdjustHijriDays

    Declaration
    public int AdjustHijriDays { get; set; }
    Property Value
    System.Int32

    AdjustHijriDaysSpecified

    Declaration
    public bool AdjustHijriDaysSpecified { get; set; }
    Property Value
    System.Boolean

    AlternateCalendarType

    Declaration
    public CalendarType AlternateCalendarType { get; set; }
    Property Value
    CalendarType

    AlternateCalendarTypeSpecified

    Declaration
    public bool AlternateCalendarTypeSpecified { get; set; }
    Property Value
    System.Boolean

    CalendarType

    Declaration
    public CalendarType CalendarType { get; set; }
    Property Value
    CalendarType

    CalendarTypeSpecified

    Declaration
    public bool CalendarTypeSpecified { get; set; }
    Property Value
    System.Boolean

    Collation

    Declaration
    public int Collation { get; set; }
    Property Value
    System.Int32

    CollationSpecified

    Declaration
    public bool CollationSpecified { get; set; }
    Property Value
    System.Boolean

    FirstDayOfWeek

    Declaration
    public DayOfWeek FirstDayOfWeek { get; set; }
    Property Value
    DayOfWeek

    FirstDayOfWeekSpecified

    Declaration
    public bool FirstDayOfWeekSpecified { get; set; }
    Property Value
    System.Boolean

    FirstWeekOfYear

    Declaration
    public int FirstWeekOfYear { get; set; }
    Property Value
    System.Int32

    FirstWeekOfYearSpecified

    Declaration
    public bool FirstWeekOfYearSpecified { get; set; }
    Property Value
    System.Boolean

    LocaleId

    Declaration
    public int LocaleId { get; set; }
    Property Value
    System.Int32

    LocaleIdSpecified

    Declaration
    public bool LocaleIdSpecified { get; set; }
    Property Value
    System.Boolean

    ShowWeeks

    Declaration
    public bool ShowWeeks { get; set; }
    Property Value
    System.Boolean

    ShowWeeksSpecified

    Declaration
    public bool ShowWeeksSpecified { get; set; }
    Property Value
    System.Boolean

    Time24

    Declaration
    public bool Time24 { get; set; }
    Property Value
    System.Boolean

    Time24Specified

    Declaration
    public bool Time24Specified { get; set; }
    Property Value
    System.Boolean

    TimeZone

    Declaration
    public string TimeZone { get; set; }
    Property Value
    System.String

    WorkDayEndHour

    Declaration
    public WorkHour WorkDayEndHour { get; set; }
    Property Value
    WorkHour

    WorkDayEndHourSpecified

    Declaration
    public bool WorkDayEndHourSpecified { get; set; }
    Property Value
    System.Boolean

    WorkDays

    Declaration
    public int WorkDays { get; set; }
    Property Value
    System.Int32

    WorkDaysSpecified

    Declaration
    public bool WorkDaysSpecified { get; set; }
    Property Value
    System.Boolean

    WorkDayStartHour

    Declaration
    public WorkHour WorkDayStartHour { get; set; }
    Property Value
    WorkHour

    WorkDayStartHourSpecified

    Declaration
    public bool WorkDayStartHourSpecified { get; set; }
    Property Value
    System.Boolean

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer