GeneratedAttribute.Date 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 date and time when the source was generated.
[Android.Runtime.Register("date", ApiSince=34)]
public string? Date { get; set; }
[<Android.Runtime.Register("date", ApiSince=34)>]
member this.Date : string with get, set
Property Value
The generation date and time in ISO 8601 format, or null when no date is supplied.
- Attributes
Remarks
The value must follow ISO 8601, for example 2017-07-04T12:08:56.235-0700.