Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the time, in Universal Time Coordinated (UTC), that the form template was last modified.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ModifiedTimeUtc As DateTime
Get
'Usage
Dim instance As FormTemplate
Dim value As DateTime
value = instance.ModifiedTimeUtc
public DateTime ModifiedTimeUtc { get; }
Property Value
Type: System.DateTime
A DateTime value in UTC, also known as Greenwich Mean Time (GMT).