Exemplo n.º 1
0
 /// <summary>
 /// Returns the last time this movie was modified.
 /// </summary>
 /// <returns>the modification time</returns>
 public DateTime getModificationTime()
 {
     return(BoxUtils.getDate(mvhd.getModificationTime()));
 }
Exemplo n.º 2
0
 /// <summary>
 /// Returns the time this movie was created.
 /// </summary>
 /// <returns>the creation time</returns>
 public DateTime getCreationTime()
 {
     return(BoxUtils.getDate(mvhd.getCreationTime()));
 }