Calendar.LastPeriodInThisDay 属性

定义

获取当前日期的最后一个时间段

public:
 property int LastPeriodInThisDay { int get(); };
int LastPeriodInThisDay();
public int LastPeriodInThisDay { get; }
var int32 = calendar.lastPeriodInThisDay;
Public ReadOnly Property LastPeriodInThisDay As Integer

属性值

Int32

int

当天的最后一个时间段

适用于

另请参阅