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 created.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public ReadOnly Property CreatedTimeUtc As DateTime
Get
'Usage
Dim instance As FormTemplate
Dim value As DateTime
value = instance.CreatedTimeUtc
public DateTime CreatedTimeUtc { get; }
Property Value
Type: System.DateTime
A DateTime value in UTC, also known as Greenwich Mean Time (GMT).