nearly done
This commit is contained in:
@@ -135,6 +135,18 @@ namespace CampusAppWPortalLib8.Model.RSS
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the date of the timestamp as string.
|
||||
/// example: 25.06.
|
||||
/// </summary>
|
||||
public string ShortDate
|
||||
{
|
||||
get
|
||||
{
|
||||
return string.Format("{0:dd.MM.}", this.timestamp);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the time of the timestamp as string.
|
||||
/// example: 12:56.
|
||||
|
||||
Reference in New Issue
Block a user