Language

GeneratedAttribute.Date Property

Definition

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.

Applies to