Back to Devexpress

SchedulerBuilder<T>.StartDateTimeZoneExpr(String) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-schedulerbuilder-1-dot-startdatetimezoneexpr-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

SchedulerBuilder<T>.StartDateTimeZoneExpr(String) Method

Specifies the name of the data source item field that defines the timezone of the appointment start date. Mirrors the client-side startDateTimeZoneExpr option.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public SchedulerBuilder<T> StartDateTimeZoneExpr(
    string value
)

Parameters

NameTypeDescription
valueString

The option value.

|

Returns

TypeDescription
SchedulerBuilder<T>

A reference to this instance after the method is called.

|

Remarks

Use the following notation to set the option’s value:

cshtml
@(Html.DevExtreme().Scheduler()
    .StartDateTimeZoneExpr("MyExpr")
)

See Also

SchedulerBuilder<T> Class

SchedulerBuilder<T> Members

DevExtreme.AspNet.Mvc.Builders Namespace