C# Class ChiakiYu.Common.Extensions.DateTimeExtensions

时间扩展操作类
Show file Open project: andyshao/ChiakiYu

Public Methods

Method Description
IsWeekday ( this dateTime ) : bool

当前时间是否工作日

IsWeekend ( this dateTime ) : bool

当前时间是否周末

Method Details

IsWeekday() public static method

当前时间是否工作日
public static IsWeekday ( this dateTime ) : bool
dateTime this 时间点
return bool

IsWeekend() public static method

当前时间是否周末
public static IsWeekend ( this dateTime ) : bool
dateTime this 时间点
return bool