Table of Contents

Class DateTimeExtensions

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll

Class DateTimeExtensions.

public static class DateTimeExtensions
Inheritance
DateTimeExtensions
Inherited Members

Methods

EndOfMonth(DateTime)

Ends the of month.

public static DateTime EndOfMonth(this DateTime date)

Parameters

date DateTime

The date.

Returns

DateTime

DateTime.

EndOfWeek(DateTime)

Ends the of week.

public static DateTime EndOfWeek(this DateTime date)

Parameters

date DateTime

The date.

Returns

DateTime

DateTime.

StartOfMonth(DateTime)

Starts the of month.

public static DateTime StartOfMonth(this DateTime date)

Parameters

date DateTime

The date.

Returns

DateTime

DateTime.

StartOfWeek(DateTime)

Starts the of week.

public static DateTime StartOfWeek(this DateTime date)

Parameters

date DateTime

The date.

Returns

DateTime

DateTime.