Namespace: ITHit.Collab.Calendar
The TimePeriod type exposes the following members.
Name | Description | |
---|---|---|
![]() | TimePeriod(Date, Date) |
Initializes a new instance of the TimePeriod class using Date values.
|
![]() | TimePeriod(Date, NullableTimeSpan) |
Initializes a new instance of the TimePeriod class using start Date value and duration.
|
Name | Description | |
---|---|---|
![]() | Duration |
Gets period duration or null if End is spesified or value can not be parsed.
|
![]() | End |
Gets end of the period of time or null if Duration is specified or value can not be parsed.
|
![]() | Start |
Gets start of the period of time or null if the start time can not be parsed.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Parse |
Creates TimePeriod from string.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | TryParse |
Creates TimePeriod from string, returns true if parsing was succesefull, false otherwise.
|