MonoMobile.Views.TimeCellView.TimeCellView C# (CSharp) Method

TimeCellView() public method

public TimeCellView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
return System
		public TimeCellView(RectangleF frame) : base(frame)
		{
			fmt.DateStyle = NSDateFormatterStyle.Medium;
		}