TimeInfo.End Property

Definition

Gets or sets the end time for the block.

public:
 property Nullable<DateTime> End { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
[System.Runtime.Serialization.DataMember]
public DateTime? End { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.End : Nullable<DateTime> with get, set
Public Property End As Nullable(Of DateTime)

Property Value

The end time for the block.

Attributes

Applies to