C# Class Controls.Toolkit.DateTimeHelper

Mostrar archivo Open project: RedSafi-UX/SugarUIEnhancedControls

Public Methods

Method Description
GetButton ( string content, Style style, RoutedEventHandler callback, object tag = null ) : Button
ToHour ( this datetime, int hour ) : System.DateTime
ToMinute ( this datetime, int minute ) : System.DateTime

Private Methods

Method Description
btn_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

GetButton() public static method

public static GetButton ( string content, Style style, RoutedEventHandler callback, object tag = null ) : Button
content string
style Windows.UI.Xaml.Style
callback RoutedEventHandler
tag object
return Windows.UI.Xaml.Controls.Button

ToHour() public static method

public static ToHour ( this datetime, int hour ) : System.DateTime
datetime this
hour int
return System.DateTime

ToMinute() public static method

public static ToMinute ( this datetime, int minute ) : System.DateTime
datetime this
minute int
return System.DateTime