Share via


FormTemplate.CreatedTimeUtc property

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).

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace