Guest User

Untitled

a guest
Dec 12th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. package com.codename1.tests.applemapstest;
  7.  
  8. import com.codename1.system.NativeInterface;
  9.  
  10. /**
  11. *
  12. * @author shannah
  13. */
  14. public interface NativeDayofWeek extends NativeInterface {
  15. public int getDayOfWeek(String time);
  16. }
Add Comment
Please, Sign In to add comment