Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
How to decode RecurrencePattern?
posted

Hello,

I'm planning to use WebScheduleGenericDataProvider, and I'm wondering on how to 'read' RecurrencePattern string.

RecurrencePattern is a semi-colon separated string, which contains all the information needed by Recurrence data.

Below is some of the examples of RecurrencePattern:

0;28800;0;0;5;D;0;70;599266080000000000;

0;28800;9;0;1;M;0;2918247;599266080000000000;

0;28800;17;2;1;Y;0;3287;599266080000000000;

I'm able to figure out almost all properties except for 28800.

Has anyone ever decoded RecurrencePattern?