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}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property ModifiedTime() As Date
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#


          DateTime modifiedTime = oCharacterRun.ModifiedTime;
        
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}


          Dim modifiedTime As DateTime = oCharacterRun.ModifiedTime
        
{code} {example}