Aspose.Note for .Net
NoteTagCoreCompletedTime Property |
Gets or sets the completed time.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1

public Nullable<DateTime> CompletedTime { get; set; }
Public Property CompletedTime As Nullable(Of DateTime) Get Set
public: property Nullable<DateTime> CompletedTime { Nullable<DateTime> get (); void set (Nullable<DateTime> value); }
member CompletedTime : Nullable<DateTime> with get, set
Property Value
Type: NullableDateTimeThe NullableT.
