PhotoImportSource.DateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.