PhotoImportSource.DateTime Property

Definition

Gets the current date and time on the device.

public:
 property IReference<DateTime> ^ DateTime { IReference<DateTime> ^ get(); };
IReference<DateTime> DateTime();
public System.Nullable<System.DateTimeOffset> DateTime { get; }
var iReference = photoImportSource.dateTime;
Public ReadOnly Property DateTime As Nullable(Of DateTimeOffset)

Property Value

The current date and time on the device.

Applies to