Skip to content

caomfan/TimeEditer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimeEditer

一个wpf实现的时间编辑控件,可以双向绑定。Hour、Minute、Seccond属性。 实现效果如下:

如何使用:

 <local:TimeEditer 
Hour="{Binding Hour,Mode=TwoWay}" 
Minute="{Binding Minute,Mode=TwoWay}" 
Second="{Binding Seccond,Mode=TwoWay}" 
Width="90" Height="30" HorizontalAlignment="Left"/>

About

wpf实现的时间编辑控件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages