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 PrimaveraCalendarPropertiesInheritance
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
HoursPerMonth
Gets amount of hours per month from ‘Time Periods’ settings of the calendar.
public double HoursPerMonth { get; }Property Value
HoursPerWeek
Gets amount of hours per week from ‘Time Periods’ settings of the calendar.
public double HoursPerWeek { get; }Property Value
HoursPerYear
Gets amount of hours per month from ‘Time Periods’ settings of the calendar.
public double HoursPerYear { get; }