Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Returns a DateTime object that represents the date and time the text in this character run was inserted (if revision tracking was on when it was modified).

Signature
C#
C#
 public System.DateTime ModifiedTime{ get; }
Signature
vb.net
vb.net
Public ReadOnly Property ModifiedTime() As Date
Example
Code Block
csharp
csharp
titleC#

          DateTime modifiedTime = oCharacterRun.ModifiedTime;
        
Code Block
vb.net
vb.net
titlevb.net

          Dim modifiedTime As DateTime = oCharacterRun.ModifiedTime