Table of Contents

Class DateTimeRangeValue

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

DateTimeRangeValue 对象

public class DateTimeRangeValue
Inheritance
DateTimeRangeValue
Inherited Members
Extension Methods

Constructors

DateTimeRangeValue()

public DateTimeRangeValue()

Properties

End

获得/设置 结束时间

public DateTime End { get; set; }

Property Value

DateTime

NullEnd

获得/设置 可为空结束时间

public DateTime? NullEnd { get; set; }

Property Value

DateTime?

NullStart

获得/设置 可为空开始时间

public DateTime? NullStart { get; set; }

Property Value

DateTime?

Start

获得/设置 开始时间

public DateTime Start { get; set; }

Property Value

DateTime

Methods

ToString()

ToString 方法

public override string ToString()

Returns

string