Class MapiCalendarTimeZoneRule

MapiCalendarTimeZoneRule class

Represents time zone rule that indicate when to begin using the Standard/Daylight time.

public sealed class MapiCalendarTimeZoneRule

Constructors

NameDescription
MapiCalendarTimeZoneRule()Initializes a new instance of the MapiCalendarTimeZoneRule class.

Properties

NameDescription
Date { get; }Gets the date and time that indicate when to begin using the Standard/Daylight time.
DayOfWeek { get; set; }Gets or sets the day of week
Hour { get; set; }Gets or sets the hour
Milliseconds { get; set; }Gets or sets the milliseconds
Minute { get; set; }Gets or sets the minutes
Month { get; set; }Gets or sets the month
Position { get; set; }Gets or sets the day position
Seconds { get; set; }Gets or sets the seconds
Year { get; set; }Gets or sets the year

See Also