Class TimeTrackingConfiguration
Time tracking configuration
Inheritance
System.Object
TimeTrackingConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Dapplo.Jira.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class TimeTrackingConfiguration
Properties
| Improve this Doc View SourceDefaultUnit
The default unit
Declaration
[JsonProperty(PropertyName = "defaultUnit")]
public string DefaultUnit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeFormat
The time format used
Declaration
[JsonProperty(PropertyName = "timeFormat")]
public string TimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WorkingDaysPerWeek
The number of working days per week
Declaration
[JsonProperty(PropertyName = "workingDaysPerWeek")]
public float WorkingDaysPerWeek { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
WorkingHoursPerDay
The number of working hours per day
Declaration
[JsonProperty(PropertyName = "workingHoursPerDay")]
public float WorkingHoursPerDay { get; set; }
Property Value
Type | Description |
---|---|
System.Single |