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
Wiki Markup
{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\).{excerpt}
{signature:C#}
 public System.DateTime ModifiedTime{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property ModifiedTime() As Date
{signature}
{example}{code:csharp|title=C#}

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

          Dim modifiedTime As DateTime = oCharacterRun.ModifiedTime
        {code}

{example}