OnlinePictureAlbum.CreationTime property

Gets or sets the time that the album item was created. Used to enable sorting media items by date.

Syntax

public DateTimeOffset CreationTime { get; set; }
Public Property CreationTime As DateTimeOffset
public:
property DateTime CreationTime { 
   DateTime get();
   void set (DateTime value);
}

Property value

Type: System.DateTimeOffset [.NET] | Windows::Foundation::DateTime [C++]

The time that the album item was created. Used to enable sorting media items by date.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.SocialInformation.OnlineMedia Windows::Phone::SocialInformation::OnlineMedia [C++]

Metadata

Windows.WinMD

See also

OnlinePictureAlbum