BudgetTimePeriod.EndDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the end date for the budget. If not provided, we default this to 10 years from the start date.
[Newtonsoft.Json.JsonProperty(PropertyName="endDate")]
public DateTime? EndDate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="endDate")>]
member this.EndDate : Nullable<DateTime> with get, set
Public Property EndDate As Nullable(Of DateTime)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute