Table of Contents

Class TimeOptions

Namespace
DCR.Workflow
Assembly
DCR.Workflow.dll
public class TimeOptions
Inheritance
TimeOptions
Inherited Members
Extension Methods

Constructors

TimeOptions(TimeZoneInfo, DateTime[])

public TimeOptions(TimeZoneInfo tz, DateTime[] holidays)

Parameters

tz TimeZoneInfo
holidays DateTime[]

Properties

Holidays

public DateTime[] Holidays { get; set; }

Property Value

DateTime[]

TimeZone

public TimeZoneInfo TimeZone { get; set; }

Property Value

TimeZoneInfo