IEvent.TimeOfOccurrence Property

Definition

The time of occurrence of the event.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The time of occurrence of the event.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeOfOccurrence", Update=true)]
public DateTime? TimeOfOccurrence { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The time of occurrence of the event.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="timeOfOccurrence", Update=true)>]
member this.TimeOfOccurrence : Nullable<DateTime> with get, set
Public Property TimeOfOccurrence As Nullable(Of DateTime)

Property Value

Attributes

Applies to