Class PrimaveraCalendarProperties

Class PrimaveraCalendarProperties

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.12.0)

Represents Primavera-specific properties for a calendar read from Primavera files (XER of P6XML). Can be used to perform calendar-specific time units conversion.

public sealed class PrimaveraCalendarProperties

Inheritance

object PrimaveraCalendarProperties

Inherited Members

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

HoursPerDay

Gets amount of hours per day from ‘Time Periods’ settings of the calendar.

public double HoursPerDay { get; }

Property Value

double

HoursPerMonth

Gets amount of hours per month from ‘Time Periods’ settings of the calendar.

public double HoursPerMonth { get; }

Property Value

double

HoursPerWeek

Gets amount of hours per week from ‘Time Periods’ settings of the calendar.

public double HoursPerWeek { get; }

Property Value

double

HoursPerYear

Gets amount of hours per month from ‘Time Periods’ settings of the calendar.

public double HoursPerYear { get; }

Property Value

double