Title.TitleTime Property

Aspose.Note for .NET API

TitleTitleTime Property

Gets or sets a string representation of the time in the title.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public RichText TitleTime { get; set; }
Public Property TitleTime As RichText
	Get
	Set
public:
property RichText^ TitleTime {
	RichText^ get ();
	void set (RichText^ value);
}
member TitleTime : RichText with get, set

Property Value

Type: RichText
See Also