Back to Devexpress

Revision.DateTime Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-revision-caab55de.md

latest1.3 KB
Original Source

Revision.DateTime Property

Returns the date and time when the revision was made.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
DateTime? DateTime { get; }
vb
ReadOnly Property DateTime As Date?

Property Value

TypeDescription
Nullable<DateTime>

The DateTime object that contains the date and time, or null for a mixture of values.

|

See Also

Revision Interface

Revision Members

DevExpress.XtraRichEdit.API.Native Namespace