Description
Returns aDateTime
object that represents the date and time the text in this character run was deleted (if revision tracking was on when it was deleted -- Deleted returns true).
C#
public System.DateTime DeletedTime{ get ; } |
vb.net
Public ReadOnly Property DeletedTime() As Date |
Examples
C#
DateTime deletedTime = oCharacterRun.DeletedTime; |
vb.net
Dim deletedTime As DateTime = oCharacterRun.DeletedTime |