Language

IGenerated.Date Method

Definition

Returns the date and time when the source was generated.

[Android.Runtime.Register("date", "()Ljava/lang/String;", "GetDateHandler:Javax.Annotation.Processing.IGeneratedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public string? Date();
[<Android.Runtime.Register("date", "()Ljava/lang/String;", "GetDateHandler:Javax.Annotation.Processing.IGeneratedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member Date : unit -> string

Returns

The generation date and time in ISO 8601 format, or an empty string when no date was supplied.

Attributes

Remarks

The value must follow ISO 8601, for example 2017-07-04T12:08:56.235-0700.

Applies to